From: Yann Ylavic Date: Mon, 7 Dec 2020 14:57:20 +0000 (+0000) Subject: ci: have an ASan run w/o pool-debug too. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb1b3dbd6e7872ca49c9c6f47a35a6114828c45;p=thirdparty%2Fapache%2Fhttpd.git ci: have an ASan run w/o pool-debug too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index feabd9a969b..9178ca98a09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -237,7 +237,7 @@ jobs: APU_CONFIG="--with-crypto --with-ldap" CLEAR_CACHE=1 # ------------------------------------------------------------------------- - - name: Linux Ubuntu, --enable-pool-debug + - name: Linux Ubuntu, pool-debug 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" @@ -305,6 +305,15 @@ jobs: TEST_UBSAN=1 # ------------------------------------------------------------------------- - 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" + TEST_ASAN=1 + CLEAR_CACHE=1 + # ------------------------------------------------------------------------- + - name: Linux Ubuntu Focal, ASan, pool-debug dist: focal env: NOTEST_CFLAGS="-ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer" APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"