Skip to content

Commit

Permalink
fix: spack config blame -> cat spack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 27, 2023
1 parent ef22f46 commit baf6676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/jug/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [ "${EICRECON_VERSION}" != "28108da4a1e8919a05dfdb5f11e114800a2cbe96" ] ; the
export EICRECON_VERSION=$(jq -r .sha /tmp/eicrecon.json)
spack config add "packages:eicrecon::require:['@git.${EICRECON_VERSION}']"
fi
spack config blame
cat ${SPACK_ENV}/spack.yaml
spack concretize --fresh --force --quiet
make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \
Expand Down

0 comments on commit baf6676

Please sign in to comment.