Skip to content

Commit 90b4e17

Browse files
ojedaworkingjubilee
authored andcommitted
CI: rfl: move to temporary commit
Link: #129416 Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 9ccd7ab commit 90b4e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.11-rc1
5+
LINUX_VERSION=4c7864e81d8bbd51036dacf92fb0a400e13aaeee
66

77
# Build rustc, rustdoc and cargo
88
../x.py build --stage 1 library rustdoc
@@ -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/torvalds/linux.git
31+
git -C linux remote add origin https://github.com/Rust-for-Linux/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)