CI: travis-ci: temporarily disable arm64 builds
few recent builds failed with "gcc: fatal error: Killed signal terminated program cc1", let us disable arm64 builds until investigation
This commit is contained in:
parent
a026783bd7
commit
811ce5598e
|
@ -22,10 +22,10 @@ matrix:
|
|||
arch: ppc64le
|
||||
compiler: gcc
|
||||
if: type == cron
|
||||
- os: linux
|
||||
arch: arm64
|
||||
compiler: gcc
|
||||
if: type == cron
|
||||
# - os: linux
|
||||
# arch: arm64
|
||||
# compiler: gcc
|
||||
# if: type == cron
|
||||
- os: linux
|
||||
arch: arm64-graviton2
|
||||
group: edge
|
||||
|
|
Loading…
Reference in New Issue