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

fix: only sync cache in phase 2 at end

parent da96a064
Branches
Tags
1 merge request!887fix: only sync cache in phase 2 at end
Pipeline #90905 failed
......@@ -202,9 +202,9 @@ fi
spack concretize --fresh --force
make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \
BUILDCACHE_OCI_PROMPT="eicweb" \
BUILDCACHE_OCI_FINAL="eicweb" \
BUILDCACHE_OCI_FINAL="ghcr" \
BUILDCACHE_S3_PROMPT="eics3rw"
BUILDCACHE_S3_FINAL="eics3rw"
spack find --implicit --no-groups \
| sed -e '1,/Installed packages/d;s/\([^@]*\).*/\1/g' \
| uniq -d | grep -v py-pip | grep -v py-cython \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment