]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop GCC ThreadSanitizer suppresion of fstrm-originated calls
authorMichal Nowak <mnowak@isc.org>
Wed, 20 Oct 2021 17:47:17 +0000 (19:47 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 22 Oct 2021 11:06:40 +0000 (13:06 +0200)
With custom fstrm library in the Fedora image which uses mutexes instead
of barriers ThreadSanitizer suppression with GCC is not necessary
anymore.

(cherry picked from commit 6179011a50381d2fdee865cefdd705c41e5662cf)

.gitlab-ci.yml

index b07666f8be3bd62086d73808f95e97a39c6b5098..9b52fdb3aba426369af6dc45d38347575356b066 100644 (file)
@@ -1000,7 +1000,7 @@ system:gcc:tsan:
 
 unit:gcc:tsan:
   variables:
-    TSAN_OPTIONS: ${TSAN_OPTIONS_COMMON} suppressions=$CI_PROJECT_DIR/tsan-suppressions.txt
+    TSAN_OPTIONS: ${TSAN_OPTIONS_COMMON}
   <<: *fedora_34_amd64_image
   <<: *unit_test_tsan_job
   needs: