Skip to content

Commit

Permalink
Merge pull request #241 from isuruf/rm-boa
Browse files Browse the repository at this point in the history
Remove boa
  • Loading branch information
isuruf authored Oct 4, 2023
2 parents 428fb37 + e3d2dcd commit 4605207
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scripts/run_commands
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ set -exo pipefail
export additional_channel=""

export miniforge_arch="$(uname -m)"
export miniforge_version="23.3.1-0"
export miniforge_version="23.3.1-1"
export python_version="3.10" # should match the one provided in miniforge
export condapkg="https://github.com/conda-forge/miniforge/releases/download/${miniforge_version}/Miniforge3-${miniforge_version}-Linux-${miniforge_arch}.sh"
if [ "$(uname -m)" = "x86_64" ]; then
export conda_chksum="9be723d231609919fa3e3bb06f899a9a9c22e92e570bada8129a1bf50fee8d73"
export conda_chksum="b3e14bd70f99bc8959445fad3532128a6af36c5e77bc62226db0e80d1df0e9e9"
elif [ "$(uname -m)" = "ppc64le" ]; then
export conda_chksum="434b461d309110bfeb72198541a541985aa197e3b605de27978c15f31d1520ef"
export conda_chksum="2eafa28fee5f1dfffb01feaca70de000f8e8335e1f659603ef0b9a40b9d1f213"
elif [ "$(uname -m)" = "aarch64" ]; then
export conda_chksum="b71277b8b40a6817d923fde0b858f56a4504f4e9b659d343dd8eae9d9473ab7f"
export conda_chksum="dc5d94b83251621f088bd82df896ea45e63597293ece7ccd923b2346aed34b89"
else
exit 1
fi
Expand Down Expand Up @@ -54,7 +54,6 @@ mamba install --yes --quiet \
patch \
pip \
conda-build \
boa \
anaconda-client \
su-exec \
tini
Expand Down

0 comments on commit 4605207

Please sign in to comment.