Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5fe9fa

Browse filesBrowse files
authored
CI small cleanup of Cirrus CI test script (#26168)
1 parent 1834cd6 commit f5fe9fa
Copy full SHA for f5fe9fa

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎build_tools/cirrus/build_test_arm.sh

Copy file name to clipboardExpand all lines: build_tools/cirrus/build_test_arm.sh
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ setup_ccache() {
2222
ccache -M 0
2323
}
2424

25-
MINICONDA_URL="https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh"
25+
MAMBAFORGE_URL="https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh"
2626

2727
# Install Mambaforge
28-
wget $MINICONDA_URL -O mambaforge.sh
29-
MINICONDA_PATH=$HOME/miniconda
30-
chmod +x mambaforge.sh && ./mambaforge.sh -b -p $MINICONDA_PATH
31-
export PATH=$MINICONDA_PATH/bin:$PATH
28+
wget $MAMBAFORGE_URL -O mambaforge.sh
29+
MAMBAFORGE_PATH=$HOME/mambaforge
30+
bash ./mambaforge.sh -b -p $MAMBAFORGE_PATH
31+
export PATH=$MAMBAFORGE_PATH/bin:$PATH
3232
mamba init --all --verbose
3333
mamba update --yes mamba
3434
mamba update --yes conda

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.