From d726386421dcd184ca2518d17332f82e9cd79f2d Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 13 Mar 2020 04:10:31 +0100 Subject: [PATCH] BUILD: travis-ci: enable regular s390x builds Previous patch didn't only disable removal of the reg-test but disabled s390x entirely. Now we enable it like other platforms. This is an attempt at fixing build issue #504. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index fd136c9..7bcaf0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,11 @@ matrix: compiler: clang env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d - os: linux + arch: s390x + if: type != cron + compiler: gcc + env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d + - os: linux if: type == cron compiler: clang env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d COVERITY_SCAN_PROJECT_NAME="Haproxy" COVERITY_SCAN_BRANCH_PATTERN="*" COVERITY_SCAN_NOTIFICATION_EMAIL="chipitsine@gmail.com" COVERITY_SCAN_BUILD_COMMAND="make CC=clang TARGET=$TARGET $FLAGS 51DEGREES_SRC=$FIFTYONEDEGREES_SRC" -- 1.7.10.4