Skip to content

Commit

Permalink
Emscripten pinned (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Dec 17, 2024
1 parent b6285c7 commit 7e1a958
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: bash -el {0}
if: github.event_name == 'push'
run: |
python -m emci build changed $GITHUB_WORKSPACE/ origin/main~1 origin/main
python -m emci build changed $GITHUB_WORKSPACE/ origin/emscripten-3.1.73~1 origin/emscripten-3.1.73
################################################################
# PULL_REQUEST
Expand All @@ -83,7 +83,7 @@ jobs:
shell: bash -el {0}
if: github.event_name == 'pull_request'
run: |
python -m emci build changed $GITHUB_WORKSPACE/ origin/main HEAD
python -m emci build changed $GITHUB_WORKSPACE/ origin/emscripten-3.1.73 HEAD
################################################################
# UPLOAD
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context:
version: 3.1.73

build:
number: 0
number: 1

outputs:
- package:
Expand All @@ -22,10 +22,10 @@ outputs:
requirements:
build:
- curl
- python
- python >=3.11
- gettext-tools
run:
- python
- python >=3.11
- nodejs 16.*
run_exports:
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}
Expand Down

0 comments on commit 7e1a958

Please sign in to comment.