From 6a491c515944da24d995d80face1a57133b230f6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Jun 2020 03:50:27 +0300 Subject: Disable odr violation detection in ci --- tools/ci/travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh index 2e0684dbf..195bee2f8 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -227,9 +227,9 @@ EOF echo "run tests" if [[ $DBUSER == "travis" ]]; then echo "Disable leak dection on travis" - export ASAN_OPTIONS=detect_leaks=0:detect_stack_use_after_return=true:strict_init_order=true + export ASAN_OPTIONS=detect_leaks=0:detect_stack_use_after_return=true:strict_init_order=true:detect_odr_violation=0 else - export ASAN_OPTIONS=detect_stack_use_after_return=true:strict_init_order=true + export ASAN_OPTIONS=detect_stack_use_after_return=true:strict_init_order=true:detect_odr_violation=0 fi # run_test spinlock # Not running the spinlock test for the time being (too time consuming) run_test libconfig -- cgit v1.2.3-60-g2f50