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

feat: make --keep-going

parent a403c684
Branches
Tags
1 merge request!564feat: make --keep-going
...@@ -107,7 +107,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \ ...@@ -107,7 +107,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \
cd /opt/spack-environment \ cd /opt/spack-environment \
&& source $SPACK_ROOT/share/spack/setup-env.sh \ && source $SPACK_ROOT/share/spack/setup-env.sh \
&& spack env activate --dir /opt/spack-environment/${ENV} \ && 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} \ SPACK_ENV=${ENV} \
BUILDCACHE_DIR=/var/cache/spack-mirror BUILDCACHE_DIR=/var/cache/spack-mirror
# FIXME disabled S3 buildcache until multipart upload fixed # FIXME disabled S3 buildcache until multipart upload fixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment