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 fd136c980..7bcaf0e53 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