Skip to content
Snippets Groups Projects
Commit 61cfbc64 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: set -e in runtime_installation_custom

parent 7efc5788
No related branches found
No related tags found
No related merge requests found
Pipeline #102236 failed
This commit is part of merge request !994. Comments created here will be created in the context of that merge request.
......@@ -207,6 +207,7 @@ ARG TARGETPLATFORM
RUN --mount=type=cache,target=/var/cache/spack \
--mount=type=secret,id=mirrors,target=/opt/spack/etc/spack/mirrors.yaml \
<<EOF
set -e
make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} SPACK_INSTALL_FLAGS="--use-buildcache only"
spack gc --yes-to-all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment