Skip to content

Commit

Permalink
test: concretize not quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 31, 2023
1 parent be73cf7 commit 8504f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/jug/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ mkdir -p /var/cache/spack/blobs/sha256/
find /var/cache/spack/blobs/sha256/ -atime +7 -delete
spack buildcache update-index eics3rw
spack env activate --dir ${SPACK_ENV}
spack concretize --fresh --force --quiet
spack concretize --fresh --force
make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \
BUILDCACHE_OCI_PROMPT="eicweb" \
Expand Down

0 comments on commit 8504f4a

Please sign in to comment.