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

fix: spack: git gc --no-auto

parent 2bc7ec6d
Branches
Tags
1 merge request!1013feat: install strace in xl
Pipeline #103890 failed
......@@ -156,6 +156,7 @@ git config --global user.name "EIC Container Build Service"
git config --global advice.detachedHead 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} --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})"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment