Skip to content
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
1 change: 0 additions & 1 deletion buildconfig/Jenkins/Conda/package-conda
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ done

# Mamba
setup_mamba $WORKSPACE/mambaforge "package-conda" true
# boa 0.15.1 causes an issue with zstd import on Windows
mamba install --yes boa conda-verify versioningit

# Clean up any legacy conda-recipes git clones
Expand Down
3 changes: 2 additions & 1 deletion buildconfig/Jenkins/Conda/package-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ done

# Mamba
setup_mamba $WORKSPACE/mambaforge "package-standalone"
mamba install --yes mamba=1.5 conda-build
# Pin conda to known working version. In 24.9 the post-link.bat script doesn't work.
mamba install --yes mamba=1.5 conda-build conda=24.7

# Build packages
# Setup a local conda channel to find our locally built packages package. It is
Expand Down
Loading