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

ccache --clean

parent 6e71892a
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment