]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Possible fix for Travis 'parse error' seen for recent 2.4.x triggers.
authorJoe Orton <jorton@apache.org>
Thu, 3 Nov 2022 12:51:14 +0000 (12:51 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 3 Nov 2022 12:51:14 +0000 (12:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905048 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index b3beea8f45cfda777e51b041354acf53c51c58f2..077d6de5719964b918378b9804b0dca8df41995a 100644 (file)
@@ -436,7 +436,8 @@ jobs:
            APR_VERSION=1.7.x
            APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"
            CONFIG="--enable-mods-shared=reallyall"
-           TEST_ASAN=1 ASAN_OPTIONS="detect_leaks=0" # LeakSanitizer segfaults some{how,times}..
+           # LeakSanitizer segfaults some{how,times}..
+           TEST_ASAN=1 ASAN_OPTIONS="detect_leaks=0"
            CLEAR_CACHE=1
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu Focal, ASan, pool-debug
@@ -445,7 +446,8 @@ jobs:
            APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"
            APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"
            CONFIG="--enable-mods-shared=reallyall"
-           TEST_ASAN=1 ASAN_OPTIONS="detect_leaks=0" # LeakSanitizer segfaults some{how,times}..
+           TEST_ASAN=1 ASAN_OPTIONS="detect_leaks=0"
+           # LeakSanitizer segfaults some{how,times}..
            CLEAR_CACHE=1
   allow_failures:
     # Intermittent failures: