Skip to content
Snippets Groups Projects

feat: install most dependencies in cacheable layer, before adding main

Merged Wouter Deconinck requested to merge cacheable-layer into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -155,6 +155,7 @@ fi
if [ -n ${EICRECON_VERSION} ] ; then
spack config add "packages:eicrecon::require:['@git.${EICRECON_VERSION}']"
fi
cat ${SPACK_ENV}/spack.yaml
spack concretize --force --fresh
make --jobs ${jobs} --keep-going --directory /opt/spack-environment SPACK_ENV=${SPACK_ENV} BUILDCACHE_MIRROR="local eics3rw"
ccache --show-stats
Loading