summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-11-19 11:28:08 +0000
committerJoe Orton <jorton@apache.org>2020-11-19 11:28:08 +0000
commitb3ff2fef41ec3025f44cfeb1b3afc6d4d41548cd (patch)
treead7e26df7becba5f85b749d8f882d7b1fef3bad3 /.travis.yml
parent7a89e5902e7bab2f7618155bb296c3c1ff1cde75 (diff)
downloadhttpd-b3ff2fef41ec3025f44cfeb1b3afc6d4d41548cd.tar.gz
Disable UBSan testing on 2.4.x since the various fixes are not
merged from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883637 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f1ebb66000..19197557b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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