From: Ilya Shipitsin Date: Wed, 19 Feb 2020 18:47:56 +0000 (+0500) Subject: BUILD: travis-ci: enable s390x builds X-Git-Tag: v2.2-dev3~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3380a4efd029c8836072e957b502df56ecbeefe2;p=thirdparty%2Fhaproxy.git BUILD: travis-ci: enable s390x builds reg-tests/seamless-reload/abns_socket.vtc is skipped due to #504 --- diff --git a/.travis.yml b/.travis.yml index fd136c980b..d263cf75a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,13 @@ 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 + before_script: + - rm reg-tests/seamless-reload/abns_socket.vtc # please, see https://github.com/haproxy/haproxy/issues/504 - os: linux if: type == cron compiler: clang