From: Willy Tarreau Date: Fri, 13 Mar 2020 03:10:31 +0000 (+0100) Subject: BUILD: travis-ci: enable regular s390x builds X-Git-Tag: v2.2-dev5~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d726386421dcd184ca2518d17332f82e9cd79f2d;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/.travis.yml b/.travis.yml index fd136c980b..7bcaf0e53b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,11 @@ matrix: if: type != cron 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