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/12 02:10:50 UTC

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

Author: ylavic
Date: Sat Dec 12 02:10:49 2020
New Revision: 1884339

URL: http://svn.apache.org/viewvc?rev=1884339&view=rev
Log:
ci: disable ASan pool-debug for now.

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=1884339&r1=1884338&r2=1884339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.travis.yml (original)
+++ httpd/httpd/branches/2.4.x/.travis.yml Sat Dec 12 02:10:49 2020
@@ -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"