Skip to content

Commit 1893f7c

Browse files
[ProfCheck] Use ccache
sccache is not installed on the builder.
1 parent af61c1d commit 1893f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/annotated/profcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake -GNinja \
88
-DCMAKE_BUILD_TYPE=Release \
99
-DLLVM_ENABLE_ASSERTIONS=ON \
1010
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
11-
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
11+
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
1212
-DLLVM_LIT_ARGS='--exclude-xfail' \
1313
-DLLVM_ENABLE_PROFCHECK=ON \
1414
../llvm-project/llvm

0 commit comments

Comments
 (0)