Skip to content
Snippets Groups Projects
Commit 3dd44435 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

hotfix: disable git -C $SPACK_ROOT gc

parent d3e53faa
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ FROM builder as staging
RUN spack -e ${SPACK_ENV} gc -y
# Garbage collect in git
RUN git -C $SPACK_ROOT gc --prune=all --aggressive
#RUN git -C $SPACK_ROOT gc --prune=all --aggressive
## Bugfix to address issues loading the Qt5 libraries on Linux kernels prior to 3.15
## See
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment