From: Jeffrey Walton Date: Thu, 27 Feb 2020 17:56:20 +0000 (-0500) Subject: Add IBM s390x arch for testing X-Git-Tag: release-1.11.0~122^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb1e90f53f507812d4200b95eb2722d609a43c3;p=thirdparty%2Funbound.git Add IBM s390x arch for testing I believe this is a big-endian platform, so it is nice to have for insurance --- diff --git a/.travis.yml b/.travis.yml index 4b0f1da53..ab2c05f28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,10 +70,20 @@ jobs: compiler: clang arch: ppc64le dist: bionic + - os: linux + name: GCC on Linux, s390x + compiler: gcc + arch: s390x + dist: bionic + - os: linux + name: Clang on Linux, s390x + compiler: clang + arch: s390x + dist: bionic script: - | - if [ "$TEST_UBSAN" = "yes" ]; then + if [ "$TEST_UBSAN" = "yes" ]; then export CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=undefined -fno-sanitize-recover" ./configure elif [ "$TEST_ASAN" = "yes" ]; then