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

fix: no gc in builder_installation_default

parent 0c536df6
Branches
Tags
1 merge request!1009chore: spack: avoid need for protobuf +cpp
...@@ -72,7 +72,6 @@ make --jobs ${jobs} --keep-going --directory /opt/spack-environment \ ...@@ -72,7 +72,6 @@ make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \ SPACK_ENV=${SPACK_ENV} \
BUILDCACHE_OCI_PROMPT="eicweb" \ BUILDCACHE_OCI_PROMPT="eicweb" \
BUILDCACHE_OCI_FINAL="ghcr" BUILDCACHE_OCI_FINAL="ghcr"
spack gc --yes-to-all
spack find --long --no-groups \ spack find --long --no-groups \
| sed -e '1,/Installed packages/d;s/\([^@]*\).*/\1/g' \ | sed -e '1,/Installed packages/d;s/\([^@]*\).*/\1/g' \
| uniq -D -f1 | grep -v -w -e "\(epic\|py-pip\|py-cython\)" \ | uniq -D -f1 | grep -v -w -e "\(epic\|py-pip\|py-cython\)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment