diff --git a/ci/ubuntu20.04-gcc11-x64.dockerfile b/ci/ubuntu20.04-gcc11-x64.dockerfile index 780eba2..4659ca9 100644 --- a/ci/ubuntu20.04-gcc11-x64.dockerfile +++ b/ci/ubuntu20.04-gcc11-x64.dockerfile @@ -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