Skip to content
Snippets Groups Projects

feat: dd4hep +xercesc

Merged Wouter Deconinck requested to merge dd4hep-xercesc into master
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -105,8 +105,10 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \
@@ -105,8 +105,10 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \
&& source $SPACK_ROOT/share/spack/setup-env.sh \
&& source $SPACK_ROOT/share/spack/setup-env.sh \
&& spack env activate --dir /opt/spack-environment/${ENV} \
&& spack env activate --dir /opt/spack-environment/${ENV} \
&& make -C /opt/spack-environment SPACK_ENV=${ENV} \
&& make -C /opt/spack-environment SPACK_ENV=${ENV} \
BUILDCACHE_DIR=/var/cache/spack-mirror \
BUILDCACHE_DIR=/var/cache/spack-mirror
BUILDCACHE_MIRROR=eic-spack
# FIXME disabled S3 buildcache until multipart upload fixed
 
# \
 
# BUILDCACHE_MIRROR=eic-spack
## Create view at /usr/local
## Create view at /usr/local
RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \
RUN --mount=type=cache,target=/var/cache/spack-mirror,sharing=locked \
Loading