Skip to content
Snippets Groups Projects

feat: make --keep-going

Merged Wouter Deconinck requested to merge make-keep-going into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading