]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Disable UBSan testing on 2.4.x since the various fixes are not
authorJoe Orton <jorton@apache.org>
Thu, 19 Nov 2020 11:28:08 +0000 (11:28 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 19 Nov 2020 11:28:08 +0000 (11:28 +0000)
merged from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883637 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index f1ebb66000d7569bed321d8920ee17bc1dec2720..19197557b07d92d8ce8ed130e2e820cfb98ad719 100644 (file)
@@ -281,7 +281,8 @@ jobs:
       env: APR_VERSION=1.4.8 APU_VERSION=1.4.2
            CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
-    - name: Linux Ubuntu Focal, UBSan
+    - if: *condition_not_24x
+      name: Linux Ubuntu Focal, UBSan
       dist: focal
       env: NOTEST_CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined" NOTEST_LIBS=-lubsan
            CONFIG="--enable-mods-shared=reallyall --disable-http2" TEST_UBSAN=1