Skip to content

Commit db03ae6

Browse files
committed
Disable MIPS in CI
See rust-lang/compiler-team#648
1 parent 82feed3 commit db03ae6

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.github/workflows/main.yml

+14-12
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)