summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-01-15 01:14:16 +0100
committerHaru <haru@dotalux.com>2018-01-15 01:14:16 +0100
commit4eaf45c419ab44582a0c9e9e90b72ec2fb9e6778 (patch)
treec44f2c678a31e37f71ca21791da09eccbe93f1d6 /tools
parent26f7e0a200471465498221b320f0418a3eb5f5f1 (diff)
downloadhercules-4eaf45c419ab44582a0c9e9e90b72ec2fb9e6778.tar.gz
hercules-4eaf45c419ab44582a0c9e9e90b72ec2fb9e6778.tar.bz2
hercules-4eaf45c419ab44582a0c9e9e90b72ec2fb9e6778.tar.xz
hercules-4eaf45c419ab44582a0c9e9e90b72ec2fb9e6778.zip
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 <haru@dotalux.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/travis.sh2
1 files changed, 1 insertions, 1 deletions
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