CI: temporarily disable unstable travis arm64 builds
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 18 Mar 2020 18:37:12 +0000 (23:37 +0500)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Mar 2020 10:56:38 +0000 (11:56 +0100)
[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]

.travis.yml

index a1e71e3..f500e02 100644 (file)
@@ -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