Skip to content
Snippets Groups Projects

fix: rm debug statements

Merged Wouter Deconinck requested to merge wdconinc-master-patch-70467 into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -174,8 +174,6 @@ if [ "${EICRECON_VERSION}" != "28108da4a1e8919a05dfdb5f11e114800a2cbe96" ] ; the
spack config add "packages:eicrecon::require:['@git.${EICRECON_VERSION}=main']"
spack deconcretize -y eicrecon
fi
cat ${SPACK_ENV}/spack.yaml
cat ${SPACK_ENV}/../packages.yaml
spack concretize --fresh --force --quiet
make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \
Loading