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

ccache --clean

parent 6e71892a
Branches
Tags
No related merge requests found
This commit is part of merge request !459. Comments created here will be created in the context of that merge request.
......@@ -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