mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-22 13:32:44 +00:00
BUILD: travis-ci: enable regular s390x builds
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.
This commit is contained in:
parent
ac3bf3e042
commit
d726386421
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user