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

fix: spack config blame -> cat spack.yaml

parent 17128d7f
No related branches found
No related tags found
1 merge request!747feat: install most dependencies in cacheable layer, before adding main
This commit is part of merge request !747. Comments created here will be created in the context of that merge request.
...@@ -166,7 +166,7 @@ if [ "${EICRECON_VERSION}" != "28108da4a1e8919a05dfdb5f11e114800a2cbe96" ] ; the ...@@ -166,7 +166,7 @@ if [ "${EICRECON_VERSION}" != "28108da4a1e8919a05dfdb5f11e114800a2cbe96" ] ; the
export EICRECON_VERSION=$(jq -r .sha /tmp/eicrecon.json) export EICRECON_VERSION=$(jq -r .sha /tmp/eicrecon.json)
spack config add "packages:eicrecon::require:['@git.${EICRECON_VERSION}']" spack config add "packages:eicrecon::require:['@git.${EICRECON_VERSION}']"
fi fi
spack config blame cat ${SPACK_ENV}/spack.yaml
spack concretize --fresh --force --quiet spack concretize --fresh --force --quiet
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} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment