Skip to content

Commit df039a5

Browse files
Pin to a working nightly
Temporarily modify rust-toolchain.toml to pin to `nightly-2022-08-26`, as compilation is broken on current nightly due to rust-osdev#500. `nightly-2022-09-01` is the most recent nightly that avoids the bug, but it doesn't have miri (which is run by CI), so pin to a slightly older version. This change should be reverted once rust-osdev#500 is fixed.
1 parent fb52014 commit df039a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rust-toolchain.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[toolchain]
2-
# Nightly is required due to use of unstable features.
3-
channel = "nightly"
2+
# Pinned due to https://github.com/rust-osdev/uefi-rs/issues/500.
3+
#
4+
# Compilation started failing 2022-09-02. The previous several builds
5+
# don't have miri available though, so pin to a slightly older version.
6+
channel = "nightly-2022-08-26"
47
components = [
58
# Needed for `cargo xtask miri`.
69
"miri",

0 commit comments

Comments
 (0)