We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e31a9 commit e2251e5Copy full SHA for e2251e5
ci/install-rust.sh
@@ -12,6 +12,9 @@ else
12
# https://github.com/rust-lang/rust/issues/103673 contains related information.
13
case "$TARGET" in
14
*android*) toolchain=nightly-2022-10-09;;
15
+ # FIXME: Unpin once mips' components are available on nightly.
16
+ # https://rust-lang.github.io/rustup-components-history/mips-unknown-linux-gnu.html
17
+ *mips*) toolchain=nightly-2023-07-04;;
18
*) toolchain=nightly;;
19
esac
20
fi
0 commit comments