Skip to content

Commit 3b8e13d

Browse files
committed
Removes mips toolchains from the rust CI build
The error we were getting was: error: component 'rust-std' for target 'mips*' is unavailable for download for channel '*' I have not investigated further. These toolchains are 'Tier 3' here: https://rust-lang.github.io/rustup-components-history/ which is a likely factor for them being less supported.
1 parent 3385acf commit 3b8e13d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
i586-unknown-linux-gnu,
3232
i686-unknown-linux-gnu,
3333
i686-unknown-linux-musl,
34-
mips-unknown-linux-gnu,
35-
mips64-unknown-linux-gnuabi64,
36-
mips64el-unknown-linux-gnuabi64,
37-
mipsel-unknown-linux-gnu,
3834
powerpc-unknown-linux-gnu,
3935
powerpc64-unknown-linux-gnu,
4036
powerpc64le-unknown-linux-gnu,

0 commit comments

Comments
 (0)