disable arm64 builds for now (travis)

This commit is contained in:
Giovanni Petrantoni 2020-07-12 11:14:49 +09:00
parent bec9a0658f
commit 503a7ec1c5
1 changed files with 8 additions and 7 deletions

View File

@ -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