mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02:00
CI: temporarily disable unstable travis arm64 builds
[wt: arm64 shows timeouts during packages downloads and causes all builds to be reported as failures; building for arm64 on real hardware is still done on a regular basis and works fine however]
This commit is contained in:
parent
ceb060ed40
commit
18b303e9f9
12
.travis.yml
12
.travis.yml
@ -42,11 +42,13 @@ matrix:
|
|||||||
if: type == push
|
if: type == push
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
|
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
|
||||||
- os: linux
|
##################
|
||||||
arch: arm64
|
## temporarily disabled, until arm64 runners become stable
|
||||||
if: type == push
|
# - os: linux
|
||||||
compiler: clang
|
# arch: arm64
|
||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
|
# if: type == push
|
||||||
|
# compiler: clang
|
||||||
|
# env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: s390x
|
arch: s390x
|
||||||
if: type == push
|
if: type == push
|
||||||
|
Loading…
Reference in New Issue
Block a user