Merge pull request #1151 from status-im/travis
Travis: allow failures on ARM64 (too unreliable)
This commit is contained in:
commit
1fef9765a0
|
@ -38,6 +38,9 @@ matrix:
|
||||||
- HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 brew install ccache
|
- HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 brew install ccache
|
||||||
env:
|
env:
|
||||||
- NPROC=2
|
- NPROC=2
|
||||||
|
allow_failures:
|
||||||
|
# ARM64 is a bit buggy: https://travis-ci.community/t/no-output-has-been-received-and-then-build-terminated-on-arm64/8834
|
||||||
|
- arch: arm64
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue