From: Joe Orton Date: Fri, 4 Nov 2022 08:33:25 +0000 (+0000) Subject: Move comment out-of-line to avoid YAML parse failures. X-Git-Tag: 2.4.55-rc1-candidate~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f803e1555c05ee3a9cb3cc105ad0349ebc6ee374;p=thirdparty%2Fapache%2Fhttpd.git Move comment out-of-line to avoid YAML parse failures. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905060 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 077d6de5719..64e42a20514 100644 --- a/.travis.yml +++ b/.travis.yml @@ -430,16 +430,17 @@ jobs: CONFIG="--enable-mods-shared=reallyall --disable-http2" TEST_UBSAN=1 # ------------------------------------------------------------------------- + # LeakSanitizer segfaults some{how,times}.. - name: Linux Ubuntu Focal, ASan dist: focal env: NOTEST_CFLAGS="-ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer" APR_VERSION=1.7.x APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap" CONFIG="--enable-mods-shared=reallyall" - # LeakSanitizer segfaults some{how,times}.. TEST_ASAN=1 ASAN_OPTIONS="detect_leaks=0" CLEAR_CACHE=1 # ------------------------------------------------------------------------- + # LeakSanitizer segfaults some{how,times}.. - name: Linux Ubuntu Focal, ASan, pool-debug dist: focal env: NOTEST_CFLAGS="-ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer" @@ -447,7 +448,6 @@ jobs: 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}.. CLEAR_CACHE=1 allow_failures: # Intermittent failures: