From ce59c56f9fd2ed29a8c4aebafc0299adf49989c1 Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Wed, 29 Jan 2020 12:26:50 +0200 Subject: [build] Disable TSAN checks for the test HTTP server in CI builds --- circle.yml | 1 + platform/linux/tsan_suppress.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 platform/linux/tsan_suppress.txt diff --git a/circle.yml b/circle.yml index 74e7db5655..2191a09e1d 100644 --- a/circle.yml +++ b/circle.yml @@ -174,6 +174,7 @@ executors: ASAN_OPTIONS: strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1:halt_on_error=0 QT_INSTALL_DOCS: /usr/share/qt5/doc QT_VERSION: 5 + TSAN_OPTIONS: suppressions=/src/platform/linux/tsan_suppress.txt macos-11_0_0: macos: xcode: '11.1.0' diff --git a/platform/linux/tsan_suppress.txt b/platform/linux/tsan_suppress.txt new file mode 100644 index 0000000000..5f8e5017fc --- /dev/null +++ b/platform/linux/tsan_suppress.txt @@ -0,0 +1,2 @@ +# Suppress warning caused by the test HTTP server +race:httplib -- cgit v1.2.1