]> 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 10:50:43 +0000 (12:50 +0200)
With custom fstrm library in the Fedora image which uses mutexes instead
of barriers ThreadSanitizer suppression with GCC is not necessary
anymore.

.gitlab-ci.yml

index 200e415d89c2d0239e4f95598f20311e009bd6d3..d11ff416faf07ffb4af29b33b06e7ff925edf564 100644 (file)
@@ -990,7 +990,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: