Skip to content

Commit 41cf837

Browse files
committed
CI: move RFL job forward to v6.11-rc1
The tag has been released today, and since the original hash we had in the Rust CI (which was ~v6.10-rc1), we have accumulated a fair amount of changes and new code. In particular, v6.11-rc1 is the first Linux tag where the kernel is supporting an actual minimum Rust version (1.78.0), rather than a single version. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 2cbbe8b commit 41cf837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

33
set -euo pipefail
44

5-
LINUX_VERSION=c13320499ba0efd93174ef6462ae8a7a2933f6e7
5+
LINUX_VERSION=v6.11-rc1
66

77
# Build rustc, rustdoc and cargo
88
../x.py build --stage 1 library rustdoc

0 commit comments

Comments
 (0)