]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ci: Re-enable ASan pool-debug.
authorYann Ylavic <ylavic@apache.org>
Sun, 13 Dec 2020 15:50:56 +0000 (15:50 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 13 Dec 2020 15:50:56 +0000 (15:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1884383 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 12e7aa59819b25e1f2f420e5fad67141b078a158..c824f82e6f2832bee05b8a552b6b323d1a2487f4 100644 (file)
@@ -320,8 +320,7 @@ jobs:
            TEST_ASAN=1
            CLEAR_CACHE=1
     # -------------------------------------------------------------------------
-    - if: *condition_not_24x
-      name: Linux Ubuntu Focal, ASan, pool-debug
+    - 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"
@@ -341,7 +340,7 @@ jobs:
       env: CONFIG="--enable-mods-shared=reallyall"
     - arch: ppc64le
       env: CONFIG="--enable-mods-shared=reallyall"
-           
+
 # CPAN modules are to be used with the system Perl and always with
 # CC=gcc, e.g. for the CC="gcc -m32" case the builds are not correct
 # otherwise.