From 4eaf45c419ab44582a0c9e9e90b72ec2fb9e6778 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 15 Jan 2018 01:14:16 +0100 Subject: Fix i386 CI builds The address sanitizer's leak detector isn't supported on i386, so it can't be forced to be enabled in the travis.sh script. Signed-off-by: Haru --- tools/ci/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh index 59726efe8..f6c799934 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -207,7 +207,7 @@ EOF echo "Disable leak dection on travis" export ASAN_OPTIONS=detect_leaks=0:detect_stack_use_after_return=true:strict_init_order=true else - export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=true:strict_init_order=true + export ASAN_OPTIONS=detect_stack_use_after_return=true:strict_init_order=true 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