Skip to content
Snippets Groups Projects
Commit 90592a21 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

some projects don't like ccache

parent 469db824
No related branches found
No related tags found
No related merge requests found
Pipeline #10580 skipped
......@@ -14,3 +14,10 @@ ARG ADDITIONAL_DEPENDENCIES=""
RUN --mount=type=cache,sharing=locked,target=/var/lib/apt \
/get_deps_rpkg.sh ${ROBOTPKG} ${CATEGORY} \
&& /fix_robotpkg_remote.sh ${ROBOTPKG}
ARG CCACHE
RUN [[ "${CCACHE}" == "False" ]] \
&& echo PREFER_ALTERNATIVE.c++-compiler = g++ >> /opt/openrobots/etc/robotpkg.conf \
&& echo PREFER_ALTERNATIVE.c-compiler = gcc >> /opt/openrobots/etc/robotpkg.conf \
|| true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment