From: Anthony Green Date: Wed, 13 Nov 2019 14:15:05 +0000 (-0500) Subject: Platform test tweaks X-Git-Tag: upstream/3.3~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54af0256a00a40b2218950f93e5415c60f675714;p=platform%2Fupstream%2Flibffi.git Platform test tweaks --- diff --git a/.travis.yml b/.travis.yml index 4bac20a..74ee71f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ language: cpp matrix: include: - - os: osx - env: HOST=aarch64-apple-darwin13 +# This configuration is still using the native x86 toolchain? +# - os: osx +# env: HOST=aarch64-apple-darwin13 - os: osx env: HOST=x86_64-apple-darwin10 - os: linux @@ -29,13 +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 - - os: linux - env: HOST=aarch64-linux-gnu - - os: linux - env: HOST=powerpc64le-unknown-linux-gnu +# Having problems getting logs for this one... +# - os: linux +# env: HOST=powerpc64le-unknown-linux-gnu # The mips64 linux system in the GCC compile farm is not allowing logins # - os: linux # env: HOST=mips64el-linux-gnu