mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
Suppress tsan false positive in gcs-pub-sub-test (#19727)
This commit is contained in:
parent
f0053d405b
commit
10e27892c2
1 changed files with 2 additions and 1 deletions
3
.bazelrc
3
.bazelrc
|
@ -100,6 +100,7 @@ build:tsan --linkopt -fsanitize=thread
|
|||
# This config is only for running TSAN with LLVM toolchain on Linux.
|
||||
build:tsan-clang --config=tsan
|
||||
build:tsan-clang --config=llvm
|
||||
test:tsan --test_env=TSAN_OPTIONS="report_atomic_races=0"
|
||||
|
||||
# Memory sanitizer configuration
|
||||
build:asan --strip=never
|
||||
|
@ -184,4 +185,4 @@ build:ubsan --linkopt -fno-sanitize-recover=all
|
|||
|
||||
# Import local specific llvm config options, which can be generated by
|
||||
# ci/travis/install-llvm-dependencies.sh
|
||||
try-import %workspace%/.llvm-local.bazelrc
|
||||
try-import %workspace%/.llvm-local.bazelrc
|
||||
|
|
Loading…
Add table
Reference in a new issue