From 7e1a9585f8f7e3aa3cf0dd7ac387ae5dfe104d9d Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Tue, 17 Dec 2024 12:08:27 +0100 Subject: [PATCH] Emscripten pinned (#1473) --- .github/workflows/build_recipes.yaml | 4 ++-- recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_recipes.yaml b/.github/workflows/build_recipes.yaml index 8cb128fee..e20dd111c 100644 --- a/.github/workflows/build_recipes.yaml +++ b/.github/workflows/build_recipes.yaml @@ -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 @@ -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 diff --git a/recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml b/recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml index e52a5cbef..96ae6de81 100644 --- a/recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml +++ b/recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml @@ -3,7 +3,7 @@ context: version: 3.1.73 build: - number: 0 + number: 1 outputs: - package: @@ -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') }}