]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: travis-ci: enable s390x builds
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 19 Feb 2020 18:47:56 +0000 (23:47 +0500)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 10:58:43 +0000 (11:58 +0100)
reg-tests/seamless-reload/abns_socket.vtc is skipped due to #504

.travis.yml

index fd136c980b62d49f567b29ef9d9630d346135ee2..d263cf75a09dbeb21a759b3f23d8e86b512febd9 100644 (file)
@@ -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