Searched full:sccache (Results 1 – 6 of 6) sorted by relevance
59 variant: sccache70 -DCMAKE_CXX_COMPILER_LAUNCHER=sccache \71 -DCMAKE_C_COMPILER_LAUNCHER=sccache \
125 # The hendrikmuhs/ccache-action action does not support installing sccache130 echo ccache=sccache >> $GITHUB_OUTPUT229 - name: Setup sccache
110 variant: sccache141 -DCMAKE_C_COMPILER_LAUNCHER=sccache \142 -DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
14 # Supports debug info with SCCache15 # (https://github.com/mozilla/sccache?tab=readme-ov-file#usage)
272 if (Wrapper == "distcc" || Wrapper == "ccache" || Wrapper == "sccache") { in unwrapCommand()
405 {"sccache clang++ foo.c", "clang++ foo.c"}, in TEST()