Skip to content

Commit fdaf42d

Browse files
committed
Downgrade powerpc/Linux/Gnu to Tier 2
1 parent f8406b8 commit fdaf42d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ matrix:
9797
rust: beta
9898

9999
allow_failures:
100+
# There are too many inconsistent failures on this arch to make it Tier 1.
101+
- env: TARGET=powerpc-unknown-linux-gnu
102+
rust: 1.13.0
100103
# Planning to add these targets, but they can fail for now
101104
- env: TARGET=mips64-unknown-linux-gnuabi64
102105
rust: 1.13.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Tier 1:
5858
* i686-unknown-linux-musl
5959
* mips-unknown-linux-gnu
6060
* mipsel-unknown-linux-gnu
61-
* powerpc-unknown-linux-gnu
6261
* powerpc64-unknown-linux-gnu
6362
* powerpc64le-unknown-linux-gnu
6463
* x86_64-apple-darwin
@@ -76,6 +75,7 @@ Tier 2:
7675
* i386-apple-ios
7776
* i686-linux-android (requires Rust >= 1.18)
7877
* i686-unknown-freebsd
78+
* powerpc-unknown-linux-gnu
7979
* x86_64-apple-ios
8080
* x86_64-linux-android (requires Rust >= 1.18)
8181
* x86_64-unknown-netbsd

0 commit comments

Comments
 (0)