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
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -101,7 +101,8 @@ ADD https://api.github.com/repos/eic/ip6 /tmp/ip6.json
@@ -101,7 +101,8 @@ ADD https://api.github.com/repos/eic/ip6 /tmp/ip6.json
ADD https://api.github.com/repos/eic/epic /tmp/epic.json
ADD https://api.github.com/repos/eic/epic /tmp/epic.json
COPY setup_detectors.py /tmp
COPY setup_detectors.py /tmp
COPY detectors.yaml /tmp
COPY detectors.yaml /tmp
RUN cd /tmp \
RUN --mount=type=cache,target=/root/.ccache/ \
 
cd /tmp \
&& [ "z$NIGHTLY" = "z1" ] && NIGHTLY_FLAG="--nightly" || NIGHTLY_FLAG="" \
&& [ "z$NIGHTLY" = "z1" ] && NIGHTLY_FLAG="--nightly" || NIGHTLY_FLAG="" \
&& /tmp/setup_detectors.py --prefix /opt/detector --config /tmp/detectors.yaml \
&& /tmp/setup_detectors.py --prefix /opt/detector --config /tmp/detectors.yaml \
$NIGHTLY_FLAG \
$NIGHTLY_FLAG \
Loading