mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02:00
BUILD: travis-ci: enable s390x builds
reg-tests/seamless-reload/abns_socket.vtc is skipped due to #504
This commit is contained in:
parent
1b85785bc2
commit
3380a4efd0
@ -47,6 +47,13 @@ matrix:
|
|||||||
if: type != cron
|
if: type != cron
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d
|
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
|
- os: linux
|
||||||
if: type == cron
|
if: type == cron
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
Loading…
Reference in New Issue
Block a user