Skip to content
Snippets Groups Projects

feat: bust layer cache for juggler and eicrecon main updates

Merged Wouter Deconinck requested to merge wdconinc-master-patch-45570 into master
@@ -121,7 +121,8 @@ RUN --mount=type=cache,target=/ccache,id=${TARGETPLATFORM} \
&& make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \
BUILDCACHE_MIRROR="local eics3rw" \
&& ccache --show-stats
&& ccache --show-stats \
&& ccache --zero-stats
## Create view at /usr/local
RUN --mount=type=cache,target=/var/cache/spack \
Loading