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

Update dev.Dockerfile

parent 706aba91
Branches
Tags
1 merge request!747feat: install most dependencies in cacheable layer, before adding main
...@@ -166,6 +166,7 @@ if [ "${EICRECON_VERSION}" != "28108da4a1e8919a05dfdb5f11e114800a2cbe96" ] ; the ...@@ -166,6 +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
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