From 86be66c8f608a84caea2ef724698093d2da2e5e2 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 24 Nov 2019 16:09:44 -0500 Subject: Try travis-ci's new ppc64le and s390x support --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7cd3a18..5b4bc84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,9 @@ matrix: - os: linux env: HOST=m68k-linux-gnu MEVAL='export CC="m68k-linux-gnu-gcc-8 -mcpu=547x" && CXX="m68k-linux-gnu-g++-8 -mcpu=547x"' CONFIGURE_OPTIONS=--disable-shared QEMU_LD_PREFIX=/usr/m68k-linux-gnu QEMU_CPU=cfv4e - os: linux - env: HOST=s390x-linux-gnu MEVAL='export CC="s390x-linux-gnu-gcc-8" && CXX="s390x-linux-gnu-g++-8"' CONFIGURE_OPTIONS=--disable-shared QEMU_LD_PREFIX=/usr/s390x-linux-gnu QEMU_CPU=max + arch: s390x + - os: linux + arch: ppc64le - os: linux env: HOST=arm32v7-linux-gnu LIBFFI_TEST_OPTIMIZATION="-O0" - os: linux @@ -39,9 +41,6 @@ matrix: # 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 -- cgit v1.2.1