mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
ci: Disable ASan's LeakSanitizer.
The tool sometimes/somehow crashes in CI, though I can't reproduce locally. Possibly an issue with the gcc toolchain used there.. disable for now as it makes the tests fail. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -108,7 +108,7 @@ if ! test -v SKIP_TESTING; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test -v TEST_ASAN; then
|
if test -v TEST_ASAN; then
|
||||||
export ASAN_OPTIONS="log_path=$PWD/asan.log"
|
export ASAN_OPTIONS="log_path=$PWD/asan.log:detect_leaks=0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Try to keep all potential coredumps from all processes
|
# Try to keep all potential coredumps from all processes
|
||||||
|
Reference in New Issue
Block a user