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

feat: spack install --show-log-on-error

parent 32f755ed
No related branches found
No related tags found
1 merge request!501feat: spack install --show-log-on-error
...@@ -124,7 +124,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror \ ...@@ -124,7 +124,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror \
&& status=0 \ && status=0 \
&& spack install -j64 --no-check-signature \ && spack install -j64 --no-check-signature \
|| spack install -j64 --no-check-signature \ || spack install -j64 --no-check-signature \
|| spack install -j64 --no-check-signature \ || spack install -j64 --no-check-signature --show-log-on-error \
|| status=$? \ || status=$? \
&& spack mirror rm --scope site eic-spack \ && spack mirror rm --scope site eic-spack \
&& [ -z "${CACHE_NUKE}" ] \ && [ -z "${CACHE_NUKE}" ] \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment