diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-06-30 01:48:00 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-06-30 09:38:09 +0200 |
commit | 03ca4f1df57aa15d158a21da8253d26eada61c80 (patch) | |
tree | 6b9741d73a3fd272731820bd65b10af9874feef5 /.github/workflows | |
parent | c96f4512fa4bbc0266c1bba43812f76361190699 (diff) |
Added TSAN support.add/tsan-support-ci-and-autoconf
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 846dc80df..a720f440c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,6 +178,13 @@ jobs: maxminddb: "--with-maxminddb" msan: "--with-sanitizer" - compiler: "default-cc" + os: ubuntu-latest + arch: "x86_64" + gcrypt: "" + pcre: "--with-pcre" + maxminddb: "--with-maxminddb" + msan: "--with-thread-sanitizer" + - compiler: "default-cc" os: ubuntu-18.04 arch: "x86_64" gcrypt: "" |