Skip to content
Snippets Groups Projects

feat: +ddeve in dev, -ddeve in prod

Merged Wouter Deconinck requested to merge dd4hep-ddeve into master
Files
2
@@ -119,7 +119,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 \
@@ -156,10 +157,7 @@ FROM builder as staging
RUN spack -e ${SPACK_ENV} gc -y
# Garbage collect in git
RUN du -sh $SPACK_ROOT \
&& git -C $SPACK_ROOT fetch --depth=1 \
&& git -C $SPACK_ROOT gc --prune=all --aggressive \
&& du -sh $SPACK_ROOT
RUN git -C $SPACK_ROOT gc --prune=all --aggressive
## Bugfix to address issues loading the Qt5 libraries on Linux kernels prior to 3.15
## See
Loading