Skip to content
Snippets Groups Projects

fix: print more condensed concretization output

Merged Wouter Deconinck requested to merge spack-concretize-quiet into master
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -151,7 +151,7 @@ mkdir -p /var/cache/spack/blobs/sha256/
@@ -151,7 +151,7 @@ mkdir -p /var/cache/spack/blobs/sha256/
find /var/cache/spack/blobs/sha256/ -ignore_readdir_race -atime +7 -delete
find /var/cache/spack/blobs/sha256/ -ignore_readdir_race -atime +7 -delete
echo -e "\n view: false" >> ${SPACK_ENV}/spack.yaml
echo -e "\n view: false" >> ${SPACK_ENV}/spack.yaml
spack env activate --dir ${SPACK_ENV}
spack env activate --dir ${SPACK_ENV}
spack concretize --fresh --force --quiet
spack concretize --fresh --force
make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
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" \
@@ -204,7 +204,7 @@ if [ "${JUGGLER_VERSION}" != "df87bf1f8643afa8e80bece9d36d6dc26dfe8132" ] ; then
@@ -204,7 +204,7 @@ if [ "${JUGGLER_VERSION}" != "df87bf1f8643afa8e80bece9d36d6dc26dfe8132" ] ; then
sed -i "/# JUGGLER_VERSION$/ s/@[^' ]*/@git.${JUGGLER_VERSION}=main/" /opt/spack-environment/packages.yaml
sed -i "/# JUGGLER_VERSION$/ s/@[^' ]*/@git.${JUGGLER_VERSION}=main/" /opt/spack-environment/packages.yaml
spack deconcretize -y --all juggler
spack deconcretize -y --all juggler
fi
fi
spack concretize --fresh --force --quiet
spack concretize --fresh --force
make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \
SPACK_ENV=${SPACK_ENV} \
BUILDCACHE_OCI_FINAL="eicweb" \
BUILDCACHE_OCI_FINAL="eicweb" \
Loading