Skip to content

Commit

Permalink
changed channel prio (emscripten-forge#1126)
Browse files Browse the repository at this point in the history
* changed channel prio

* change min/max to lower/upper bound
  • Loading branch information
DerThorsten authored and luizirber committed Jul 31, 2024
1 parent 30849d2 commit f27075d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emci/rattler_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def build_with_rattler(recipe=None, recipes_dir=None, emscripten_wasm32=False, s
# add conda forge and emscripten-forge channels
cmd.extend([
"-c", "https://repo.mamba.pm/emscripten-forge",
"-c", "conda-forge",
"-c", "microsoft",
"-c", "conda-forge",
])

# pass existing env vars to subprocess
Expand Down
4 changes: 2 additions & 2 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.45

build:
number: 28
number: 29

outputs:
- package:
Expand All @@ -27,7 +27,7 @@ outputs:
- python
- nodejs 16.*
run_exports:
- ${{ pin_subpackage('emscripten-abi', min_pin='x.x.x', max_pin='x.x.x') }}
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}

- package:
name: emscripten-abi
Expand Down

0 comments on commit f27075d

Please sign in to comment.