Skip to content

Commit

Permalink
remove verbose spack install output from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Sep 27, 2023
1 parent 80fca6f commit f17130f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/codecov.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN spack repo rm --scope site dlaf && \
spack -e ci concretize -f && \
mkdir ${BUILD} && \
ln -s ${BUILD} `spack -e ci location -b dla-future` && \
spack -e ci --config "config:flags:keep_werror:all" install -v --jobs ${NUM_PROCS} --keep-stage --verbose
spack -e ci --config "config:flags:keep_werror:all" install --jobs ${NUM_PROCS} --keep-stage --verbose

# Prune and bundle binaries
RUN mkdir ${BUILD}-tmp && cd ${BUILD} && \
Expand Down

0 comments on commit f17130f

Please sign in to comment.