Skip to content

Commit 55aa59d

Browse files
ci: Remove MIPS* from CI
MIPS was recently downgraded to Tier 3, which means it won't be installable by rustup and may not work as expected. This commit removes all MIPS-related CI jobs.
1 parent 236fc2c commit 55aa59d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cross.yml

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
- arm-unknown-linux-gnueabi
2828
- arm-unknown-linux-gnueabihf
2929
- armv7-unknown-linux-gnueabihf
30-
- mips-unknown-linux-gnu
31-
- mips64-unknown-linux-gnuabi64
32-
- mips64el-unknown-linux-gnuabi64
33-
- mipsel-unknown-linux-gnu
3430
- powerpc-unknown-linux-gnu
3531
# - powerpc64-unknown-linux-gnu # not supported by cross
3632
- powerpc64le-unknown-linux-gnu

0 commit comments

Comments
 (0)