We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccd7ab commit 90b4e17Copy full SHA for 90b4e17
src/ci/docker/scripts/rfl-build.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-LINUX_VERSION=v6.11-rc1
+LINUX_VERSION=4c7864e81d8bbd51036dacf92fb0a400e13aaeee
6
7
# Build rustc, rustdoc and cargo
8
../x.py build --stage 1 library rustdoc
@@ -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/torvalds/linux.git
+git -C linux remote add origin https://github.com/Rust-for-Linux/linux.git
32
git -C linux fetch --depth 1 origin ${LINUX_VERSION}
33
git -C linux checkout FETCH_HEAD
34
0 commit comments