We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1784c commit 8cf5076Copy full SHA for 8cf5076
.cscs-ci/container/deps.Containerfile
@@ -19,6 +19,7 @@ RUN spack repo remove --scope defaults:base builtin && \
19
20
COPY $SPACK_ENV_FILE /spack_environment/spack.yaml
21
22
-RUN spack env create ci /spack_environment/spack.yaml && \
+RUN spack external find --all && \
23
+ spack env create ci /spack_environment/spack.yaml && \
24
spack -e ci concretize -f && \
25
spack -e ci install --jobs $(nproc) --fail-fast --only=dependencies
0 commit comments