@@ -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 |
|