File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,20 @@ jobs:
2323 - target : i686-unknown-linux-gnu
2424 os : ubuntu-latest
2525 rust : nightly
26- - target : mips-unknown-linux-gnu
27- os : ubuntu-latest
28- rust : nightly
29- - target : mips64-unknown-linux-gnuabi64
30- os : ubuntu-latest
31- rust : nightly
32- - target : mips64el-unknown-linux-gnuabi64
33- os : ubuntu-latest
34- rust : nightly
35- - target : mipsel-unknown-linux-gnu
36- os : ubuntu-latest
37- rust : nightly
26+ # MIPS targets disabled since they are dropped to tier 3.
27+ # See https://github.com/rust-lang/compiler-team/issues/648
28+ # - target: mips-unknown-linux-gnu
29+ # os: ubuntu-latest
30+ # rust: nightly
31+ # - target: mips64-unknown-linux-gnuabi64
32+ # os: ubuntu-latest
33+ # rust: nightly
34+ # - target: mips64el-unknown-linux-gnuabi64
35+ # os: ubuntu-latest
36+ # rust: nightly
37+ # - target: mipsel-unknown-linux-gnu
38+ # os: ubuntu-latest
39+ # rust: nightly
3840 - target : powerpc-unknown-linux-gnu
3941 os : ubuntu-latest
4042 rust : nightly
You can’t perform that action at this time.
0 commit comments