disable arm64 builds for now (travis)
This commit is contained in:
parent
bec9a0658f
commit
503a7ec1c5
15
.travis.yml
15
.travis.yml
|
@ -22,13 +22,14 @@ matrix:
|
||||||
- NPROC=2
|
- NPROC=2
|
||||||
before_install:
|
before_install:
|
||||||
- export GOPATH=$HOME/go
|
- export GOPATH=$HOME/go
|
||||||
- os: linux
|
## arm64 is very unreliable and slow, disabled for now
|
||||||
arch: arm64
|
# - os: linux
|
||||||
env:
|
# arch: arm64
|
||||||
- NPROC=6 # Worth trying more than 2 parallel jobs: https://travis-ci.community/t/no-cache-support-on-arm64/5416/8
|
# env:
|
||||||
# (also used to get a different cache key than the amd64 one)
|
# - NPROC=6 # Worth trying more than 2 parallel jobs: https://travis-ci.community/t/no-cache-support-on-arm64/5416/8
|
||||||
before_install:
|
# # (also used to get a different cache key than the amd64 one)
|
||||||
- export GOPATH=$HOME/go
|
# before_install:
|
||||||
|
# - export GOPATH=$HOME/go
|
||||||
- os: osx
|
- os: osx
|
||||||
env:
|
env:
|
||||||
- NPROC=2
|
- NPROC=2
|
||||||
|
|
Loading…
Reference in New Issue