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:
Ilya Shipitsin 2020-03-18 23:37:12 +05:00 committed by Willy Tarreau
parent ceb060ed40
commit 18b303e9f9

View File

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