You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/13 15:50:56 UTC

svn commit: r1884383 - /httpd/httpd/branches/2.4.x/.travis.yml

Author: ylavic
Date: Sun Dec 13 15:50:56 2020
New Revision: 1884383

URL: http://svn.apache.org/viewvc?rev=1884383&view=rev
Log:
ci: Re-enable ASan pool-debug.

Modified:
    httpd/httpd/branches/2.4.x/.travis.yml

Modified: httpd/httpd/branches/2.4.x/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.travis.yml?rev=1884383&r1=1884382&r2=1884383&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.travis.yml (original)
+++ httpd/httpd/branches/2.4.x/.travis.yml Sun Dec 13 15:50:56 2020
@@ -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.