From ff329f064548fb73c8fab6b5c9b0762fdc171133 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 2 Oct 2024 20:27:42 +0000
Subject: [PATCH] fix: rm git gc --no-auto again

---
 containers/debian/base.Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/containers/debian/base.Dockerfile b/containers/debian/base.Dockerfile
index 9af02bcfa..e05fad6db 100644
--- a/containers/debian/base.Dockerfile
+++ b/containers/debian/base.Dockerfile
@@ -157,7 +157,6 @@ git config --global advice.detachedHead false
 git config --global gc.autoDetach false
 git clone --filter=tree:0 https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT}
 git -C ${SPACK_ROOT} checkout ${SPACK_VERSION}
-git -C ${SPACK_ROOT} gc --no-auto
 if [ -n "${SPACK_CHERRYPICKS}" ] ; then
   SPACK_CHERRYPICKS=$(git -C ${SPACK_ROOT} rev-list --topo-order ${SPACK_CHERRYPICKS} | grep -m $(echo ${SPACK_CHERRYPICKS} | wc -w)  "${SPACK_CHERRYPICKS}" | tac)
   eval "declare -A SPACK_CHERRYPICKS_FILES_ARRAY=(${SPACK_CHERRYPICKS_FILES})"
-- 
GitLab