From: Joe Orton Date: Thu, 19 Nov 2020 11:28:08 +0000 (+0000) Subject: Disable UBSan testing on 2.4.x since the various fixes are not X-Git-Tag: 2.4.47~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3ff2fef41ec3025f44cfeb1b3afc6d4d41548cd;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/.travis.yml b/.travis.yml index f1ebb66000d..19197557b07 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