Skip to content

Commit

Permalink
show spack log on error
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Nov 7, 2024
1 parent a30b1c5 commit c7fbc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ubuntu20.04-gcc11-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN cd /opt/spack-environment \
RUN cd /opt/spack-environment \
&& . /opt/spack/share/spack/setup-env.sh \
&& spack env activate . \
&& spack install --fail-fast \
&& spack install --show-log-on-error --fail-fast \
&& spack gc -y

# We need to build a specific branch of VeloC until https://github.com/ECP-VeloC/VELOC/pull/43 is resolved
Expand Down

0 comments on commit c7fbc9c

Please sign in to comment.