mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-02 03:23:12 +00:00
CI: travis-ci: enable arm64 builds again
travis-ci arm64 were temporarily disabled due to travis instability. let us enable them in "allowed to fail" mode.
This commit is contained in:
parent
ac4930e00c
commit
49fecd9f47
17
.travis.yml
17
.travis.yml
@ -43,13 +43,11 @@ matrix:
|
||||
if: type == push
|
||||
compiler: clang
|
||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1f CC=clang-9
|
||||
##################
|
||||
## temporarily disabled, until arm64 runners become stable
|
||||
# - os: linux
|
||||
# arch: arm64
|
||||
# if: type == push
|
||||
# compiler: clang
|
||||
# env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1f CC=clang-9
|
||||
- os: linux
|
||||
arch: arm64
|
||||
if: type == push
|
||||
compiler: clang
|
||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1f CC=clang-9
|
||||
- os: linux
|
||||
arch: s390x
|
||||
if: type == push
|
||||
@ -101,6 +99,11 @@ matrix:
|
||||
before_script:
|
||||
- git clone http://git.1wt.eu/git/libslz.git/
|
||||
- cd libslz && make && make PREFIX=${HOME}/opt install && cd ..
|
||||
allow_failures:
|
||||
- os: linux
|
||||
arch: arm64
|
||||
if: type == push
|
||||
compiler: clang
|
||||
|
||||
install:
|
||||
- git clone https://github.com/VTest/VTest.git ../vtest
|
||||
|
Loading…
Reference in New Issue
Block a user