Skip to content

Commit e2251e5

Browse files
committed
Pin nightly version on MIPS
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent a8e31a9 commit e2251e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/install-rust.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ else
1212
# https://github.com/rust-lang/rust/issues/103673 contains related information.
1313
case "$TARGET" in
1414
*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;;
1518
*) toolchain=nightly;;
1619
esac
1720
fi

0 commit comments

Comments
 (0)