From: Ilya Shipitsin Date: Tue, 3 Aug 2021 09:54:09 +0000 (+0500) Subject: CI: travis-ci: temporarily disable arm64 builds X-Git-Tag: v2.5-dev4~50 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=811ce5598e7f2f4cfb3c0069a66fb4c6f9389f07;p=haproxy-2.5.git 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 --- diff --git a/.travis.yml b/.travis.yml index 3083e30..7f5110e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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