We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f755f4c commit 8596ce1Copy full SHA for 8596ce1
src/ci/docker/scripts/rfl-build.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-LINUX_VERSION=v6.13-rc1
+LINUX_VERSION=50e57739141b41f731ab31f8380821c7969f9dc4
6
7
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
8
../x.py build --stage 2 library rustdoc clippy rustfmt
@@ -28,7 +28,7 @@ rm -rf linux || true
28
# Download Linux at a specific commit
29
mkdir -p linux
30
git -C linux init
31
-git -C linux remote add origin https://github.com/Rust-for-Linux/linux.git
+git -C linux remote add origin https://github.com/Darksonn/linux.git
32
git -C linux fetch --depth 1 origin ${LINUX_VERSION}
33
git -C linux checkout FETCH_HEAD
34
0 commit comments