diff options
author | Toni <matzeton@googlemail.com> | 2022-07-03 14:35:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 14:35:21 +0200 |
commit | 5ca82ad84b9622a94655cb33797dd952e81b6e9b (patch) | |
tree | eeb69ea0b804f88b94c234da0fa36d652481db3e /.github | |
parent | 59b00b00a72a2f393be03f1e8fcfc07c8b90187b (diff) |
Added TSAN support. (#1613)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-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: "" |