File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,9 @@ matrix:
97
97
rust : beta
98
98
99
99
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
100
103
# Planning to add these targets, but they can fail for now
101
104
- env : TARGET=mips64-unknown-linux-gnuabi64
102
105
rust : 1.13.0
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ Tier 1:
58
58
* i686-unknown-linux-musl
59
59
* mips-unknown-linux-gnu
60
60
* mipsel-unknown-linux-gnu
61
- * powerpc-unknown-linux-gnu
62
61
* powerpc64-unknown-linux-gnu
63
62
* powerpc64le-unknown-linux-gnu
64
63
* x86_64-apple-darwin
@@ -76,6 +75,7 @@ Tier 2:
76
75
* i386-apple-ios
77
76
* i686-linux-android (requires Rust >= 1.18)
78
77
* i686-unknown-freebsd
78
+ * powerpc-unknown-linux-gnu
79
79
* x86_64-apple-ios
80
80
* x86_64-linux-android (requires Rust >= 1.18)
81
81
* x86_64-unknown-netbsd
You can’t perform that action at this time.
0 commit comments