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

fix: spack: git gc --no-auto

parent 686fe873
No related branches found
No related tags found
1 merge request!1013feat: install strace in xl
Pipeline #103891 passed
Pipeline: reconstruction_benchmarks

#103897

    Pipeline: reconstruction_benchmarks

    #103896

      Pipeline: eic_container: fix: spack: git gc --no-auto

      #103895

        +3
        ......@@ -156,7 +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
        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})"
        ......
        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