[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]
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