Skip to content

Commit 18b303e

Browse files
chipitsinewtarreau
authored andcommitted
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]
1 parent ceb060e commit 18b303e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ matrix:
4242
if: type == push
4343
compiler: clang
4444
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
45-
- os: linux
46-
arch: arm64
47-
if: type == push
48-
compiler: clang
49-
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
45+
##################
46+
## temporarily disabled, until arm64 runners become stable
47+
# - os: linux
48+
# arch: arm64
49+
# if: type == push
50+
# compiler: clang
51+
# env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
5052
- os: linux
5153
arch: s390x
5254
if: type == push

0 commit comments

Comments
 (0)