Hello,

I enabled s390x builds except reg-tests/seamless-reload/abns_socket.vtc

Cheers,
Ilya Shipitcin
From 8924057b8a25cf8f6595929f4b18fec1a85a10c5 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <[email protected]>
Date: Wed, 19 Feb 2020 23:47:56 +0500
Subject: [PATCH] BUILD: travis-ci: enable s390x builds

reg-tests/seamless-reload/abns_socket.vtc is skipped due to #504
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index fd136c980..d263cf75a 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
-- 
2.24.1

Reply via email to