From 3e5de25a56506dc68df79b2346e2d9700aa2cf95 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 18 Jul 2017 20:24:48 -0700 Subject: [PATCH 1/2] Downgrade powerpc/Linux/Gnu to Tier 2 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92234237e0..f1d6462e74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ matrix: rust: 1.13.0 - env: TARGET=mipsel-unknown-linux-gnu rust: 1.13.0 - - env: TARGET=powerpc-unknown-linux-gnu + - env: TARGET=powerpc-unknown-linux-gnu DISABLE_TESTS=1 rust: 1.13.0 - env: TARGET=powerpc64-unknown-linux-gnu rust: 1.13.0 diff --git a/README.md b/README.md index 4ccc47857e..2a72e0a825 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Tier 1: * i686-unknown-linux-musl * mips-unknown-linux-gnu * mipsel-unknown-linux-gnu - * powerpc-unknown-linux-gnu * powerpc64-unknown-linux-gnu * powerpc64le-unknown-linux-gnu * x86_64-apple-darwin @@ -76,6 +75,7 @@ Tier 2: * i386-apple-ios * i686-linux-android (requires Rust >= 1.18) * i686-unknown-freebsd + * powerpc-unknown-linux-gnu * x86_64-apple-ios * x86_64-linux-android (requires Rust >= 1.18) * x86_64-unknown-netbsd From 9cf6a55f0ffbc38aa580d43a59a009296dba3747 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 18 Jul 2017 21:44:41 -0700 Subject: [PATCH 2/2] Allow failures when testing Rust beta --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f1d6462e74..935cb1ae2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,6 +97,11 @@ matrix: rust: beta allow_failures: + # We allow beta to fail here because a bug might crop up in rust that causes it. We will + # however be on the lookout for this and file those bugs with upstream. + - env: TARGET=x86_64-unknown-linux-gnu + rust: beta + # Planning to add these targets, but they can fail for now - env: TARGET=mips64-unknown-linux-gnuabi64 rust: 1.13.0