Skip to content

Commit 31f91c9

Browse files
committed
[NFC][sanitizer] Don't build fuzzer when we don't test
1 parent 6de6048 commit 31f91c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ LIT_FILTER_OUT='(AddressSanitizer|asan|ubsan)' \
9090
build_and_test "debug" "-DCOMPILER_RT_DEBUG=ON"
9191

9292
# Copied from buildbot_standard.sh, where it was not tested as well.
93-
build "tsan_debug" "-DCOMPILER_RT_DEBUG=ON -DCOMPILER_RT_TSAN_DEBUG_OUTPUT=ON -DLLVM_INCLUDE_TESTS=OFF"
93+
build "tsan_debug" "-DCOMPILER_RT_DEBUG=ON -DCOMPILER_RT_TSAN_DEBUG_OUTPUT=ON -DLLVM_INCLUDE_TESTS=OFF -DCOMPILER_RT_BUILD_LIBFUZZER=OFF"
9494

9595
build_and_test "default" ""
9696

0 commit comments

Comments
 (0)