mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 16:59:59 -04:00
Sync the TSAN CC, CFLAGS and LDFLAGS in the respdiff:tsan job
(cherry picked from commit 23394afa9e)
This commit is contained in:
parent
42afefe031
commit
ea4704590b
1 changed files with 3 additions and 3 deletions
|
|
@ -1563,9 +1563,9 @@ respdiff:tsan:
|
|||
<<: *default_triggering_rules
|
||||
<<: *tsan_debian_bookworm_amd64_image
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og -fsanitize=thread"
|
||||
LDFLAGS: "-fsanitize=thread"
|
||||
CC: "${CLANG}"
|
||||
CFLAGS: "${CFLAGS_COMMON} -ggdb -O2 -fsanitize=thread"
|
||||
LDFLAGS: "-fsanitize=thread -Wl,--disable-new-dtags"
|
||||
OPENSSL_CFLAGS: -I/opt/tsan/include
|
||||
OPENSSL_LIBS: -L/opt/tsan/lib -lssl -lcrypto
|
||||
EXTRA_CONFIGURE: "--disable-dnsrps --enable-pthread-rwlock --without-jemalloc PKG_CONFIG_PATH=/opt/tsan/lib/pkgconfig"
|
||||
|
|
|
|||
Loading…
Reference in a new issue