Skip to content

Commit 3faad8a

Browse files
ManaSugirusty-snake
authored andcommitted
ci: Drop mips/mips64 targets from CI
`mips-unknown-linux-gnu` and `mips64-unknown-linux-gnuabi64` have been dropped to Tier 3 since rust 1.72 by rust-lang/compiler-team#648. Hence, they are no longer available even in the nightly channel. Signed-off-by: Manabu Sugimoto <[email protected]>
1 parent 137e81c commit 3faad8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
- i686-unknown-linux-gnu
9797
- aarch64-unknown-linux-gnu
9898
- arm-unknown-linux-gnueabihf
99-
- mips-unknown-linux-gnu
100-
- mips64-unknown-linux-gnuabi64
99+
#- mips-unknown-linux-gnu # It has been dropped to Tier 3 since 1.72
100+
#- mips64-unknown-linux-gnuabi64 # It has been dropped to Tier 3 since 1.72
101101
- powerpc-unknown-linux-gnu
102102
- powerpc64-unknown-linux-gnu
103103
- riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)