From: Joe Orton Date: Thu, 3 Nov 2022 12:51:14 +0000 (+0000) Subject: Possible fix for Travis 'parse error' seen for recent 2.4.x triggers. X-Git-Tag: 2.4.55-rc1-candidate~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c06735288972581875dd6501af698cc547d31bc;p=thirdparty%2Fapache%2Fhttpd.git Possible fix for Travis 'parse error' seen for recent 2.4.x triggers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905048 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index b3beea8f45c..077d6de5719 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: