Hello, it looks like "something on travis-ci side".
CC src/raw_sock.o gcc: fatal error: Killed signal terminated program cc1 compilation terminated. let us disable arm64 for a while. Ilya
From a06f34da9d0eb50a95776aafa097341ea1459430 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin <[email protected]> Date: Tue, 3 Aug 2021 14:54:09 +0500 Subject: [PATCH] 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 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3083e302c..7f5110e32 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 -- 2.29.2.windows.2

