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

feat: spack spec output

parent afe6b7b3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !956. Comments created here will be created in the context of that merge request.
...@@ -153,6 +153,7 @@ find /var/cache/spack/blobs/sha256/ -ignore_readdir_race -atime +7 -delete ...@@ -153,6 +153,7 @@ 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 spack concretize --fresh --force
spack spec
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" \
...@@ -205,6 +206,7 @@ if [ "${JUGGLER_VERSION}" != "df87bf1f8643afa8e80bece9d36d6dc26dfe8132" ] ; then ...@@ -205,6 +206,7 @@ if [ "${JUGGLER_VERSION}" != "df87bf1f8643afa8e80bece9d36d6dc26dfe8132" ] ; then
spack deconcretize -y --all juggler spack deconcretize -y --all juggler
fi fi
spack concretize --fresh --force spack concretize --fresh --force
spack spec
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment