@@ -74,13 +74,15 @@ jobs:
74
74
- aarch64-unknown-linux-gnu
75
75
- riscv64gc-unknown-linux-gnu
76
76
- powerpc64le-unknown-linux-gnu
77
- - mips-unknown-linux-gnu
78
- - mips64-unknown-linux-gnuabi64
79
- - mips64el-unknown-linux-gnuabi64
77
+ # MIPS targets disabled since they are dropped to tier 3.
78
+ # See https://github.com/rust-lang/compiler-team/issues/648
79
+ # - mips-unknown-linux-gnu
80
+ # - mips64-unknown-linux-gnuabi64
81
+ # - mips64el-unknown-linux-gnuabi64
82
+ # - mipsel-unknown-linux-musl
80
83
- s390x-unknown-linux-gnu
81
84
- wasm32-wasi
82
85
- i586-unknown-linux-gnu
83
- - mipsel-unknown-linux-musl
84
86
- nvptx64-nvidia-cuda
85
87
- thumbv6m-none-eabi
86
88
- thumbv7m-none-eabi
@@ -114,15 +116,20 @@ jobs:
114
116
os : ubuntu-latest
115
117
- target : armv7-unknown-linux-gnueabihf
116
118
os : ubuntu-latest
117
- - target : mips-unknown-linux-gnu
118
- os : ubuntu-latest
119
- norun : true
120
- - target : mips64-unknown-linux-gnuabi64
121
- os : ubuntu-latest
122
- norun : true
123
- - target : mips64el-unknown-linux-gnuabi64
124
- os : ubuntu-latest
125
- norun : true
119
+ # MIPS targets disabled since they are dropped to tier 3.
120
+ # See https://github.com/rust-lang/compiler-team/issues/648
121
+ # - target: mips-unknown-linux-gnu
122
+ # os: ubuntu-latest
123
+ # norun: true
124
+ # - target: mips64-unknown-linux-gnuabi64
125
+ # os: ubuntu-latest
126
+ # norun: true
127
+ # - target: mips64el-unknown-linux-gnuabi64
128
+ # os: ubuntu-latest
129
+ # norun: true
130
+ # - target: mipsel-unknown-linux-musl
131
+ # os: ubuntu-latest
132
+ # norun: 1
126
133
- target : powerpc64le-unknown-linux-gnu
127
134
os : ubuntu-latest
128
135
disable_assert_instr : true
@@ -143,9 +150,6 @@ jobs:
143
150
os : windows-latest
144
151
- target : i586-unknown-linux-gnu
145
152
os : ubuntu-latest
146
- - target : mipsel-unknown-linux-musl
147
- os : ubuntu-latest
148
- norun : 1
149
153
- target : nvptx64-nvidia-cuda
150
154
os : ubuntu-latest
151
155
- target : thumbv6m-none-eabi
0 commit comments