From 503a7ec1c5dd47f0bd31d15027e871064f610d4f Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni Date: Sun, 12 Jul 2020 11:14:49 +0900 Subject: [PATCH] disable arm64 builds for now (travis) --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c116e17..faef019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,13 +22,14 @@ matrix: - NPROC=2 before_install: - export GOPATH=$HOME/go - - os: linux - arch: arm64 - env: - - NPROC=6 # Worth trying more than 2 parallel jobs: https://travis-ci.community/t/no-cache-support-on-arm64/5416/8 - # (also used to get a different cache key than the amd64 one) - before_install: - - export GOPATH=$HOME/go + ## arm64 is very unreliable and slow, disabled for now + # - os: linux + # arch: arm64 + # env: + # - NPROC=6 # Worth trying more than 2 parallel jobs: https://travis-ci.community/t/no-cache-support-on-arm64/5416/8 + # # (also used to get a different cache key than the amd64 one) + # before_install: + # - export GOPATH=$HOME/go - os: osx env: - NPROC=2