]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ci: have an ASan run w/o pool-debug too.
authorYann Ylavic <ylavic@apache.org>
Mon, 7 Dec 2020 14:57:20 +0000 (14:57 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 7 Dec 2020 14:57:20 +0000 (14:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884182 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index feabd9a969b6d9266408f3d927b78661032b1dff..9178ca98a09e77fcdbb94f82b8fe4e056ceadbca 100644 (file)
@@ -237,7 +237,7 @@ jobs:
            APU_CONFIG="--with-crypto --with-ldap"
            CLEAR_CACHE=1
     # -------------------------------------------------------------------------
-    - name: Linux Ubuntu, --enable-pool-debug
+    - name: Linux Ubuntu, pool-debug
       env: APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"
            APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"
            CONFIG="--enable-mods-shared=reallyall"
@@ -305,6 +305,15 @@ jobs:
            TEST_UBSAN=1
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu Focal, ASan
+      dist: focal
+      env: NOTEST_CFLAGS="-ggdb -fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer"
+           APR_VERSION=1.7.x
+           APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"
+           CONFIG="--enable-mods-shared=reallyall"
+           TEST_ASAN=1
+           CLEAR_CACHE=1
+    # -------------------------------------------------------------------------
+    - 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"