Skip to content

Commit 8596ce1

Browse files
committed
patch RfL job
1 parent f755f4c commit 8596ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/ci/docker/scripts/rfl-build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
LINUX_VERSION=v6.13-rc1
5+
LINUX_VERSION=50e57739141b41f731ab31f8380821c7969f9dc4
66

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

0 commit comments

Comments
 (0)