summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-13 13:20:48 +0000
committerYann Ylavic <ylavic@apache.org>2022-01-13 13:20:48 +0000
commit780cd5eda98c74f15fea86818bb0310eced0619c (patch)
treeb1d66c8aa7b2a2dcf5b2a145beeebdecb3ccfd0f
parentf13c51646e753d23a5b15883ab315f9c4a38d78b (diff)
downloadapr-780cd5eda98c74f15fea86818bb0310eced0619c.tar.gz
Move misplaced comment.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1896992 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a343f8f44..52343512d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,9 +46,9 @@ matrix:
- gcc-10
- name: GCC-10, ASan (Focal)
dist: focal
+ # w/o ODBC since DSO unload leaks memory and fails the tests
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:
@@ -59,9 +59,9 @@ matrix:
- gcc-10
- name: GCC-10, ASan, pool-debug (Focal)
dist: focal
+ # w/o ODBC since DSO unload leaks memory and fails the tests
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="--enable-pool-debug --with-odbc=no"
addons:
apt: