diff options
author | Yann Ylavic <ylavic@apache.org> | 2020-12-11 15:00:24 +0000 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2020-12-11 15:00:24 +0000 |
commit | 696491d23faba6de1cfa14d144f39e96c556414b (patch) | |
tree | 091ce8a875e68b2aa3bd74cbc38b8f63b474bb48 /.travis.yml | |
parent | 03b7224de00e33b3bd0b93a7f2c00a4e0183ef94 (diff) | |
download | httpd-696491d23faba6de1cfa14d144f39e96c556414b.tar.gz |
ci: ASan and prefork w/ mod_http2 should be good for 2.4.x now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1884321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f60e89c7ac..1660c932b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |