about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@kernel.org>2025-08-21 20:18:00 +0200
committerWaffle Lapkin <waffle.lapkin@gmail.com>2025-08-27 23:44:49 +0200
commit2d8cb59784711f503170011461c23385042a974d (patch)
tree74dddcfaa9eb050704283a5df56c9d3374e94b50
parent6a3187af13e59beb00f6eaff8c4c9da19b382d36 (diff)
downloadrust-2d8cb59784711f503170011461c23385042a974d.tar.gz
rust-2d8cb59784711f503170011461c23385042a974d.zip
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: https://github.com/rust-lang/rust/pull/144443 [1]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
-rwxr-xr-xsrc/ci/docker/scripts/rfl-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh
index 8acc5040a2f..70ff5d0d2c7 100755
--- a/src/ci/docker/scripts/rfl-build.sh
+++ b/src/ci/docker/scripts/rfl-build.sh
@@ -2,7 +2,8 @@
 
 set -euo pipefail
 
-LINUX_VERSION=v6.16-rc1
+# https://github.com/rust-lang/rust/pull/144443
+LINUX_VERSION=7770d51bce622b13195b2d3c85407282fc9c27e5
 
 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt
 ../x.py build --stage 2 library rustdoc clippy rustfmt