]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: travis-ci: enable regular s390x builds
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Mar 2020 03:10:31 +0000 (04:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Mar 2020 03:11:48 +0000 (04:11 +0100)
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

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