Skip to content
Snippets Groups Projects

feat: setup reconstruction and detectors with ccache

Merged Wouter Deconinck requested to merge wdconinc-master-patch-42155 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -124,7 +124,7 @@ COPY setup_detectors.py /tmp
COPY detectors.yaml /tmp
ENV CCACHE_DIR=/ccache/$TARGETPLATFORM
RUN --mount=type=cache,target=/ccache/ \
cd /tmp \
cd /tmp && ccache -c \
&& [ "z$NIGHTLY" = "z1" ] && NIGHTLY_FLAG="--nightly" || NIGHTLY_FLAG="" \
&& /tmp/setup_detectors.py --prefix /opt/detector --config /tmp/detectors.yaml \
$NIGHTLY_FLAG \
Loading