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

feat: make --keep-going

parent a403c684
No related branches found
No related tags found
1 merge request!564feat: make --keep-going
......@@ -107,7 +107,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \
cd /opt/spack-environment \
&& source $SPACK_ROOT/share/spack/setup-env.sh \
&& spack env activate --dir /opt/spack-environment/${ENV} \
&& make --jobs ${jobs} --directory /opt/spack-environment \
&& make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${ENV} \
BUILDCACHE_DIR=/var/cache/spack-mirror
# FIXME disabled S3 buildcache until multipart upload fixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment