Skip to content

Commit fe01e35

Browse files
ojedaWaffleLapkin
authored andcommitted
CI: rfl: support Rust >= 1.91.0 target spec
To unblock the Rust CI in PR [1], use a temporary commit from Rust for Linux that supports the future target spec format. Link: #144443 [1] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent b43fd41 commit fe01e35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

33
set -euo pipefail
44

5-
LINUX_VERSION=v6.16-rc1
5+
# https://github.com/rust-lang/rust/pull/144443
6+
LINUX_VERSION=7770d51bce622b13195b2d3c85407282fc9c27e5
67

78
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
89
../x.py build --stage 2 library rustdoc clippy rustfmt

0 commit comments

Comments
 (0)