summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2022-01-13 13:20:48 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2022-01-13 13:20:48 +0000
commite2435700402e4bf086a5cea1ba6a2223df3259d6 (patch)
treeb1d66c8aa7b2a2dcf5b2a145beeebdecb3ccfd0f
parentb9128de46ea5dca0068d47a1dd0d99e5087744bc (diff)
downloadlibapr-e2435700402e4bf086a5cea1ba6a2223df3259d6.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: