Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed channel prio #1126

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading