From cda60c1a8aec070a7a822c047d89d0f18cf7c5fc Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 13 Nov 2019 06:51:44 -0500 Subject: Disable mips64 tests. Fix log grabbing. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7bfddce..4bac20a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,9 @@ matrix: env: HOST=aarch64-linux-gnu - os: linux env: HOST=powerpc64le-unknown-linux-gnu - - os: linux - env: HOST=mips64el-linux-gnu +# The mips64 linux system in the GCC compile farm is not allowing logins +# - os: linux +# env: HOST=mips64el-linux-gnu - os: linux compiler: gcc env: HOST=i386-pc-linux-gnu MEVAL='export CC="$CC -m32" && CXX="$CXX -m32"' -- cgit v1.2.1