Skip to content

Commit

Permalink
Pin mochi-spack-packages to working commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Jan 5, 2022
1 parent 06a2955 commit 04b38e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ set -x

cp ci/packages.yaml ${SPACK_DIR}/etc/spack/packages.yaml
MOCHI_REPO=https://github.com/mochi-hpc/mochi-spack-packages.git
# TODO(chogan): We pin this commit because in future commits they add features
# of spack that are not included in the version we use. Next time there's a new
# spack release, we can tryb using the head of `main` in mochi-spack-packages.
MOCHI_SPACK_PACKAGES_COMMIT=f015ae93717ac3b81972c55116c3b91aa9c645e4
git clone ${MOCHI_REPO} ${MOCHI_REPO_DIR}
pushd ${MOCHI_REPO_DIR}
git checkout ${MOCHI_SPACK_PACKAGES_COMMIT}
popd

spack repo add ${MOCHI_REPO_DIR}
spack repo add ./ci/hermes
Expand Down

0 comments on commit 04b38e2

Please sign in to comment.