Skip to content

Commit

Permalink
ci: Disable ASan's LeakSanitizer.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ylavic committed Nov 16, 2023
1 parent 077db53 commit 56fc723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/travis_run_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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
Expand Down

0 comments on commit 56fc723

Please sign in to comment.