summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-01-29 12:26:50 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-01-30 13:52:09 +0200
commitce59c56f9fd2ed29a8c4aebafc0299adf49989c1 (patch)
tree36940c7a672ef6a92a9b007a2ff39bdd1174567f
parent4778c0ab6bd70a80795b148b47a422df7103aaa0 (diff)
downloadqtlocation-mapboxgl-ce59c56f9fd2ed29a8c4aebafc0299adf49989c1.tar.gz
[build] Disable TSAN checks for the test HTTP server in CI builds
-rw-r--r--circle.yml1
-rw-r--r--platform/linux/tsan_suppress.txt2
2 files changed, 3 insertions, 0 deletions
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