From 03ca4f1df57aa15d158a21da8253d26eada61c80 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 30 Jun 2022 01:48:00 +0200 Subject: Added TSAN support. Signed-off-by: Toni Uhlig --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows') 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 @@ -177,6 +177,13 @@ jobs: pcre: "--with-pcre" 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" -- cgit v1.2.3