Skip to content

Commit 042cddb

Browse files
committed
Use custom alps-cluster-config branch
1 parent bf24c49 commit 042cddb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ci/docker/build.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ RUN spack repo add --scope site /user_repo
9090
### Workaround until CE provides full MPI substitution.
9191
# Add ~/site/repo if it exists in the base image
9292
RUN if [ -d ~/site/repo ]; then \
93-
spack repo add --scope site ~/site/repo; \
93+
# spack repo add --scope site ~/site/repo; \
94+
git clone -b spack-compilers-as-nodes --single-branch https://github.com/msimberg/alps-cluster-config ~/custom-site; \
95+
spack repo add --scope site ~/custom-site/site/repo; \
9496
fi
9597

9698
# Add languages as dependencies to cray-mpich to make sure it correctly finds

0 commit comments

Comments
 (0)