Auto merge of #132058 - adetaylor:use-rust-next-in-ci, r= · rust-lang/rust@f2f1c92 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit f2f1c92
Auto merge of #132058 - adetaylor:use-rust-next-in-ci, r=
CI: rfl: use rust-next temporary commit Commit c95bbb59a9b22f9b838b15d28319185c1c884329 within rust-next contains some changes required to be compatible with upcoming arbitraty self types work. Roll RFL CI forward to the latest rust-next to include that work. Related:#130225 #44874r? `@ojeda` try-job: x86_64-rust-for-linux
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,7 +2,7 @@ | ||
2 | 2 | |
3 | 3 | set -euo pipefail |
4 | 4 | |
5 | -LINUX_VERSION=v6.12-rc2 | |
5 | +LINUX_VERSION=28e848386b92645f93b9f2fdba5882c3ca7fb3e2 | |
6 | 6 | |
7 | 7 | # Build rustc, rustdoc, cargo, clippy-driver and rustfmt |
8 | 8 | ../x.py build --stage 2 library rustdoc clippy rustfmt |