You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2022/11/03 12:51:14 UTC

svn commit: r1905048 - /httpd/httpd/branches/2.4.x/.travis.yml

Author: jorton
Date: Thu Nov  3 12:51:14 2022
New Revision: 1905048

URL: http://svn.apache.org/viewvc?rev=1905048&view=rev
Log:
Possible fix for Travis 'parse error' seen for recent 2.4.x triggers.

Modified:
    httpd/httpd/branches/2.4.x/.travis.yml

Modified: httpd/httpd/branches/2.4.x/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.travis.yml?rev=1905048&r1=1905047&r2=1905048&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.travis.yml (original)
+++ httpd/httpd/branches/2.4.x/.travis.yml Thu Nov  3 12:51:14 2022
@@ -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: