mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-18 08:32:13 -04: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
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue