=1.86.0"), which resolves the error from ht...">

Auto merge of #137169 - ojeda:rfl, r= · rust-lang/rust@67a81d9 (original) (raw)

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=50e57739141b41f731ab31f8380821c7969f9dc4
5 +LINUX_VERSION=v6.14-rc3
6 6
7 7 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt
8 8 ../x.py build --stage 2 library rustdoc clippy rustfmt
@@ -28,7 +28,7 @@ rm -rf linux | true
28 28 # Download Linux at a specific commit
29 29 mkdir -p linux
30 30 git -C linux init
31 -git -C linux remote add origin https://github.com/Darksonn/linux.git
31 +git -C linux remote add origin https://github.com/Rust-for-Linux/linux.git
32 32 git -C linux fetch --depth 1 origin ${LINUX_VERSION}
33 33 git -C linux checkout FETCH_HEAD
34 34