Skip to content

Commit f46c765

Browse files
committed
CI: rfl: move job forward to Linux v6.14-rc3
Linux v6.14-rc3 contains commit 6273a058383e ("x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0"), which resolves the error from rust-lang#136146. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent d5eb31c commit f46c765

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=50e57739141b41f731ab31f8380821c7969f9dc4
5+
LINUX_VERSION=v6.14-rc3
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/Darksonn/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)