From: Ilya Shipitsin Date: Wed, 18 Mar 2020 18:37:12 +0000 (+0500) Subject: CI: temporarily disable unstable travis arm64 builds X-Git-Tag: v2.2-dev5~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18b303e9f9b38e3a35b05cfe54d57ce3c81599c0;p=thirdparty%2Fhaproxy.git 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] --- diff --git a/.travis.yml b/.travis.yml index a1e71e35db..f500e02d3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,11 +42,13 @@ matrix: if: type == push compiler: clang env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9 - - os: linux - arch: arm64 - if: type == push - compiler: clang - env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d 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.1d CC=clang-9 - os: linux arch: s390x if: type == push