You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2022/01/13 13:20:48 UTC

svn commit: r1896992 - /apr/apr/trunk/.travis.yml

Author: ylavic
Date: Thu Jan 13 13:20:48 2022
New Revision: 1896992

URL: http://svn.apache.org/viewvc?rev=1896992&view=rev
Log:
Move misplaced comment.

Modified:
    apr/apr/trunk/.travis.yml

Modified: apr/apr/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.travis.yml?rev=1896992&r1=1896991&r2=1896992&view=diff
==============================================================================
--- apr/apr/trunk/.travis.yml (original)
+++ apr/apr/trunk/.travis.yml Thu Jan 13 13:20:48 2022
@@ -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: