Compare commits

...

1 Commits

Author SHA1 Message Date
Michal Nowak
b544f9a4b3 Enable dnstap support for TSAN CI jobs
This should remove a hole in TSAN testing.
2020-10-15 10:47:35 +02:00

View File

@@ -942,7 +942,7 @@ gcc:tsan:
CC: gcc
CFLAGS: "${CFLAGS_COMMON} -fsanitize=thread -DISC_MEM_USE_INTERNAL_MALLOC=0"
LDFLAGS: "-fsanitize=thread"
EXTRA_CONFIGURE: "--with-libidn2 --enable-pthread-rwlock"
EXTRA_CONFIGURE: "--with-libidn2 --enable-pthread-rwlock --enable-dnstap"
system:gcc:tsan:
variables:
@@ -969,7 +969,7 @@ clang:tsan:
CC: "${CLANG}"
CFLAGS: "${CFLAGS_COMMON} -fsanitize=thread -DISC_MEM_USE_INTERNAL_MALLOC=0"
LDFLAGS: "-fsanitize=thread"
EXTRA_CONFIGURE: "--with-libidn2 --enable-pthread-rwlock"
EXTRA_CONFIGURE: "--with-libidn2 --enable-pthread-rwlock --enable-dnstap"
system:clang:tsan:
variables: