Skip to content

Commit

Permalink
Have spack dump error logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Dec 3, 2024
1 parent 6af9d76 commit 38b7334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ONBUILD RUN spack env activate /opt/spack-environment; \
spack config add packages:all:require:target=x86_64_v3 && \
spack config add concretizer:targets:granularity:generic && \
spack concretize && \
spack install --fail-fast && \
spack install --show-log-on-error --fail-fast && \
spack gc -y

ONBUILD RUN if [ -n "${MIRROR_URL}" ]; then spack mirror rm build_s3; fi
Expand Down

0 comments on commit 38b7334

Please sign in to comment.