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

fix: don't fetch before git gc

parent 58237ca1
No related branches found
No related tags found
1 merge request!710fix: don't fetch before git gc
...@@ -156,10 +156,7 @@ FROM builder as staging ...@@ -156,10 +156,7 @@ FROM builder as staging
RUN spack -e ${SPACK_ENV} gc -y RUN spack -e ${SPACK_ENV} gc -y
# Garbage collect in git # Garbage collect in git
RUN du -sh $SPACK_ROOT \ RUN git -C $SPACK_ROOT gc --prune=all --aggressive
&& git -C $SPACK_ROOT fetch --depth=1 \
&& git -C $SPACK_ROOT gc --prune=all --aggressive \
&& du -sh $SPACK_ROOT
## Bugfix to address issues loading the Qt5 libraries on Linux kernels prior to 3.15 ## Bugfix to address issues loading the Qt5 libraries on Linux kernels prior to 3.15
## See ## See
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment