Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3d4205

Browse files
committedOct 23, 2024·
Auto merge of rust-lang#132058 - adetaylor:use-rust-next-in-ci, r=<try>
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: rust-lang#130225 rust-lang#44874 r? `@ojeda`
2 parents 9abfcb4 + 2eb7e0d commit e3d4205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ci/docker/scripts/rfl-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
LINUX_VERSION=v6.12-rc2
5+
LINUX_VERSION=28e848386b92645f93b9f2fdba5882c3ca7fb3e2
66

77
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
88
../x.py build --stage 2 library rustdoc clippy rustfmt

0 commit comments

Comments
 (0)
Please sign in to comment.