Skip to content

Commit

Permalink
Merge branch 'emscripten-3.1.73' into py313
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Dec 18, 2024
2 parents 11b55a2 + 7e1a958 commit 94b7ff7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
5 changes: 3 additions & 2 deletions recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ context:
build:
number: 2


outputs:
- package:
name: ${{ name|lower }}
Expand All @@ -22,10 +23,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 94b7ff7

Please sign in to comment.