Skip to content

Commit

Permalink
[sanitizer] Enable ccache on stage3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 10, 2024
1 parent 64e3eb2 commit ad93356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ function build_stage3 {
-DCMAKE_C_COMPILER=${clang_path}/clang \
-DCMAKE_CXX_COMPILER=${clang_path}/clang++ \
-DCMAKE_CXX_FLAGS="${sanitizer_cflags}" \
-DLLVM_CCACHE_BUILD=OFF \
$LLVM && \
/usr/bin/time -o ${ROOT}/time.txt -- ninja ) || {
build_failure
Expand Down

0 comments on commit ad93356

Please sign in to comment.