You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/11 15:00:25 UTC

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

Author: ylavic
Date: Fri Dec 11 15:00:24 2020
New Revision: 1884321

URL: http://svn.apache.org/viewvc?rev=1884321&view=rev
Log:
ci: ASan and prefork w/ mod_http2 should be good for 2.4.x now.

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=1884321&r1=1884320&r2=1884321&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.travis.yml (original)
+++ httpd/httpd/branches/2.4.x/.travis.yml Fri Dec 11 15:00:24 2020
@@ -260,7 +260,7 @@ jobs:
     - name: Linux Ubuntu, Shared MPMs (prefork), pool-debug, SSL/TLS variants
       env: 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 --enable-mpms-shared=all --with-mpm=prefork --disable-http2"
+           CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=prefork"
            TEST_MALLOC=1 TEST_SSL=1
            CLEAR_CACHE=1
     # -------------------------------------------------------------------------
@@ -311,7 +311,6 @@ jobs:
            CONFIG="--enable-mods-shared=reallyall --disable-http2"
            TEST_UBSAN=1
     # -------------------------------------------------------------------------
-    - if: *condition_not_24x
       name: Linux Ubuntu Focal, ASan
       dist: focal
       env: NOTEST_CFLAGS="-ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer"
@@ -321,7 +320,6 @@ jobs:
            TEST_ASAN=1
            CLEAR_CACHE=1
     # -------------------------------------------------------------------------
-    - if: *condition_not_24x
       name: Linux Ubuntu Focal, ASan, pool-debug
       dist: focal
       env: NOTEST_CFLAGS="-ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer"