From ac3bf3e0420828691e32a252ee16f4a32eba4030 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 13 Mar 2020 04:05:21 +0100 Subject: [PATCH] Revert "BUILD: travis-ci: enable s390x builds" This reverts commit 3380a4efd029c8836072e957b502df56ecbeefe2. This is an attempt at fixing #504 now that the seamless reload regtest that used to break non-x86 platforms was fixed. --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index d263cf75a..fd136c980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,13 +47,6 @@ 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