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:
Ilya Shipitsin 2021-08-03 14:54:09 +05:00 committed by Willy Tarreau
parent a026783bd7
commit 811ce5598e

View File

@ -22,10 +22,10 @@ matrix:
arch: ppc64le arch: ppc64le
compiler: gcc compiler: gcc
if: type == cron if: type == cron
- os: linux # - os: linux
arch: arm64 # arch: arm64
compiler: gcc # compiler: gcc
if: type == cron # if: type == cron
- os: linux - os: linux
arch: arm64-graviton2 arch: arm64-graviton2
group: edge group: edge