summaryrefslogtreecommitdiff
path: root/circle.yml
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 /circle.yml
parent4778c0ab6bd70a80795b148b47a422df7103aaa0 (diff)
downloadqtlocation-mapboxgl-ce59c56f9fd2ed29a8c4aebafc0299adf49989c1.tar.gz
[build] Disable TSAN checks for the test HTTP server in CI builds
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 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'