From 86d3d3767a40fe1cae10c419a913dd97e7e6cd23 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 13 Nov 2019 10:07:00 -0500 Subject: [PATCH] Don't build aarch64-linux-gnu --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36e3ad5..a70a17e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,14 +30,14 @@ matrix: env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2" - os: linux env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O2 -fomit-frame-pointer" - - os: linux - env: HOST=aarch64-linux-gnu # The sparc64 linux system in the GCC compile farm is non-responsive. # - os: linux # env: HOST=sparc64-linux-gnu # Having problems getting logs for this one... # - os: linux # env: HOST=powerpc64le-unknown-linux-gnu +# - os: linux +# env: HOST=aarch64-linux-gnu # The mips64 linux system in the GCC compile farm is not allowing logins # - os: linux # env: HOST=mips64el-linux-gnu -- 2.34.1