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

fix: no make --keep-going

parent da022d59
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \ ...@@ -105,7 +105,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \
&& rm -r /usr/local \ && rm -r /usr/local \
&& 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 -C /opt/spack-environment --keep-going SPACK_ENV=${ENV} \ && make -C /opt/spack-environment SPACK_ENV=${ENV} \
BUILDCACHE_DIR=/var/cache/spack-mirror \ BUILDCACHE_DIR=/var/cache/spack-mirror \
BUILDCACHE_MIRROR=eic-spack BUILDCACHE_MIRROR=eic-spack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment