Skip to content

Commit

Permalink
Use 2.0.6.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan authored Jan 31, 2025
1 parent 265ae61 commit dfb9e83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# When `mamba_version` is updated here, also update the value of:
# - `MICROMAMBA_VERSION` in `scripts/build.sh`
# - `MAMBA_VERSION` in `scripts/test.sh`
{% set mamba_version = "2.0.6.rc1" %}
{% set mamba_version = "2.0.6.rc2" %}

name: Miniforge3
version: {{ version }}
Expand All @@ -29,15 +29,15 @@ initialize_by_default: False
user_requested_specs:
- python 3.12.*
- conda >={{ version.split("-")[0] }}
- conda-forge/label/mamba_prerelease::mamba==2.0.6.rc1
- conda-forge/label/mamba_prerelease::mamba==2.0.6.rc2
- pip
# Omit conda-libmamba-solver so that conda is free to remove it later
- miniforge_console_shortcut 1.* # [win]

specs:
- python 3.12.*
- conda {{ version.split("-")[0] }}
- conda-forge/label/mamba_prerelease::mamba==2.0.6.rc1
- conda-forge/label/mamba_prerelease::mamba==2.0.6.rc2
- conda-libmamba-solver {{ conda_libmamba_solver_version }}
- pip
- miniforge_console_shortcut 1.* # [win]
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cp LICENSE "${TEMP_DIR}/"
ls -al "${TEMP_DIR}"

if [[ "${TARGET_PLATFORM}" != win-* ]]; then
MICROMAMBA_VERSION=2.0.6.rc1
MICROMAMBA_VERSION=2.0.6.rc2
MICROMAMBA_BUILD=0
mkdir "${TEMP_DIR}/micromamba"
pushd "${TEMP_DIR}/micromamba"
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
echo "***** Start: Testing Miniforge installer *****"

export CONDA_PATH="${HOME}/miniforge"
export MAMBA_VERSION="${MAMBA_VERSION:-2.0.6.rc1}"
export MAMBA_VERSION="${MAMBA_VERSION:-2.0.6.rc2}"

CONSTRUCT_ROOT="${CONSTRUCT_ROOT:-${PWD}}"

Expand Down

0 comments on commit dfb9e83

Please sign in to comment.