Skip to content

Commit 2d36a83

Browse files
committed
Use updated Linux kernel commit hash
1 parent dacae07 commit 2d36a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/scripts/rfl-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
LINUX_VERSION=v6.16-rc1
5+
LINUX_VERSION=7a0a1152bc8dd86a6f12782595688fcc23e990cd
66

77
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
88
../x.py build --stage 2 library rustdoc clippy rustfmt
@@ -22,7 +22,7 @@ rm -rf linux || true
2222
# Download Linux at a specific commit
2323
mkdir -p linux
2424
git -C linux init
25-
git -C linux remote add origin https://github.com/Rust-for-Linux/linux.git
25+
git -C linux remote add origin https://github.com/Darksonn/linux.git
2626
git -C linux fetch --depth 1 origin ${LINUX_VERSION}
2727
git -C linux checkout FETCH_HEAD
2828

0 commit comments

Comments
 (0)