From: Ruediger Pluem Date: Mon, 2 Nov 2020 19:28:51 +0000 (+0000) Subject: * Do UBSan testing on Focal now X-Git-Tag: 2.5.0-alpha2-ci-test-only~1164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f27d1d19b2e22bb7044ce0b6de655d3fe12793;p=thirdparty%2Fapache%2Fhttpd.git * Do UBSan testing on Focal now git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1883072 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index ea740a81c05..a319c30a533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -294,8 +294,8 @@ jobs: env: APR_VERSION=1.4.8 APU_VERSION=1.4.2 CONFIG="--enable-mods-shared=reallyall" # ------------------------------------------------------------------------- - - if: *condition_not_24x - name: Linux Ubuntu, UBSan + - 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 allow_failures: