]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ci: Disable ASan's LeakSanitizer.
authorYann Ylavic <ylavic@apache.org>
Thu, 16 Nov 2023 12:00:36 +0000 (12:00 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 16 Nov 2023 12:00:36 +0000 (12:00 +0000)
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.

Merges r1913830 from trunk (CTR).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913833 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index 77e2cf5fb8029515495992184ae905e18892934d..96103e1d5e863a0ca9a0f52fb988288e92fe7162 100755 (executable)
@@ -106,7 +106,7 @@ if ! test -v SKIP_TESTING; then
     fi
 
     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
 
     # Try to keep all potential coredumps from all processes