From: Otto Date: Tue, 21 Dec 2021 13:16:43 +0000 (+0100) Subject: Re-enable tsan X-Git-Tag: auth-4.7.0-alpha1~90^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f736702635376e0fb81972b2adeb00b09c13d1;p=thirdparty%2Fpdns.git Re-enable tsan --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 8ba449dfca..16e3fc39b7 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -303,7 +303,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - sanitizers: [ubsan+asan] + sanitizers: [ubsan+asan, tsan] env: UBSAN_OPTIONS: 'print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp' ASAN_OPTIONS: detect_leaks=0