Skip to content

Commit 43c50bc

Browse files
authored
Rollup merge of rust-lang#128322 - ojeda:rfl-ci-update, r=Kobzol
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. --- Let's try to do the move independently first. r? ``@Kobzol`` try-job: x86_64-rust-for-linux
2 parents 8f7af88 + 41cf837 commit 43c50bc

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)