From: Yann Ylavic Date: Sat, 12 Dec 2020 02:10:49 +0000 (+0000) Subject: ci: disable ASan pool-debug for now. X-Git-Tag: 2.4.47~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6931e1b141706b3a89753d56aa846d83d9aad53;p=thirdparty%2Fapache%2Fhttpd.git ci: disable ASan pool-debug for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1884339 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 48a160ff8d2..12e7aa59819 100644 --- a/.travis.yml +++ b/.travis.yml @@ -320,7 +320,8 @@ jobs: TEST_ASAN=1 CLEAR_CACHE=1 # ------------------------------------------------------------------------- - - name: Linux Ubuntu Focal, ASan, pool-debug + - 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" APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"