We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacae07 commit 2d36a83Copy full SHA for 2d36a83
src/ci/docker/scripts/rfl-build.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-LINUX_VERSION=v6.16-rc1
+LINUX_VERSION=7a0a1152bc8dd86a6f12782595688fcc23e990cd
6
7
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
8
../x.py build --stage 2 library rustdoc clippy rustfmt
@@ -22,7 +22,7 @@ rm -rf linux || true
22
# Download Linux at a specific commit
23
mkdir -p linux
24
git -C linux init
25
-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
26
git -C linux fetch --depth 1 origin ${LINUX_VERSION}
27
git -C linux checkout FETCH_HEAD
28
0 commit comments