Skip to content
Snippets Groups Projects
Commit b25669fd authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Cache mount ccache

parent f093750d
No related branches found
No related tags found
No related merge requests found
......@@ -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
COPY setup_detectors.py /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="" \
&& /tmp/setup_detectors.py --prefix /opt/detector --config /tmp/detectors.yaml \
$NIGHTLY_FLAG \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment