]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ci: disable ASan pool-debug for now.
authorYann Ylavic <ylavic@apache.org>
Sat, 12 Dec 2020 02:10:49 +0000 (02:10 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 12 Dec 2020 02:10:49 +0000 (02:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1884339 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 48a160ff8d2b0b6856105728bd0abb57f36e91ef..12e7aa59819b25e1f2f420e5fad67141b078a158 100644 (file)
@@ -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"