We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2322326 commit 82001dbCopy full SHA for 82001db
containers/setup-spack-envs.sh
@@ -12,6 +12,6 @@ for PACKAGE in ${PACKAGES}; do
12
spack compiler find --scope env:${PACKAGE}
13
spack -d install -j 4 --add --only dependencies --fail-fast ${PACKAGE}%${ENV_COMPILER_NAME}@${ENV_COMPILER_VERSION} arch=${ENV_SPACK_ARCH}
14
# Push any uncached binaries to buildcache
15
- spack -d buildcache push --allow-root s3_buildcache
+ spack -d buildcache push s3_buildcache "$(spack find --json | jq --raw-output '.[] | (.name + "/" + .hash)')"
16
spack env deactivate
17
done
0 commit comments