summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2022-01-13 13:08:25 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2022-01-13 13:08:25 +0000
commitb9128de46ea5dca0068d47a1dd0d99e5087744bc (patch)
treee840003770ffe4998b96493f69f846da4280b511
parentb5f789dcf5aadcf3dbf7b5d8cf891cc5df320ae7 (diff)
downloadlibapr-b9128de46ea5dca0068d47a1dd0d99e5087744bc.tar.gz
Disable odbc tests with ASan for now, dlclose() leaks memory somehow.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1896990 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f07fb2042..a343f8f44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,8 @@ matrix:
dist: focal
env: CC=gcc-10
NOTEST_CFLAGS="-fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer -Werror -O2"
+ # odbc dso unload leaks memory and fails the tests
+ CONFIG="--with-odbc=no"
addons:
apt:
sources:
@@ -59,7 +61,8 @@ matrix:
dist: focal
env: CC=gcc-10
NOTEST_CFLAGS="-fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer -Werror -O2"
- CONFIG="--enable-pool-debug"
+ # odbc dso unload leaks memory and fails the tests
+ CONFIG="--enable-pool-debug --with-odbc=no"
addons:
apt:
sources: