Skip to content

Commit df056f0

Browse files
committed
Use a known-working version of Rust nightly.
Rust nightly, as of yesterday, breaks yk. We *think* this is because of rust-lang/rust#124150 --- if so, hopefully we can switch back to "nightly nightly" in a day or two.
1 parent 2707464 commit df056f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildbot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ export RUSTUP_HOME="`pwd`/.rustup"
1010
export RUSTUP_INIT_SKIP_PATH_CHECK="yes"
1111
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
1212
sh rustup.sh --default-host x86_64-unknown-linux-gnu \
13-
--default-toolchain nightly \
13+
--default-toolchain nightly-2024-04-17 \
1414
--no-modify-path \
1515
--profile minimal \
1616
-y
1717
export PATH=${CARGO_HOME}/bin/:$PATH
1818

19-
rustup toolchain install nightly --allow-downgrade --component rustfmt
19+
rustup toolchain install nightly-2024-04-17 --allow-downgrade --component rustfmt
2020

2121
cargo fmt --all -- --check
2222

0 commit comments

Comments
 (0)