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:
Ilya Shipitsin 2020-05-07 20:57:26 +05:00 committed by Willy Tarreau
parent ac4930e00c
commit 49fecd9f47

View File

@ -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