Skip to content

Commit 263048d

Browse files
authored
Rollup merge of #146154 - ojeda:rfl, r=lqd
CI: rfl: move job forward to Linux v6.17-rc3 plus 2 commits This upgrades the Rust CI from v6.16-rc1 plus a temporary commit for the >= 1.91 target spec [1] to v6.17-rc3 with two commits pending to be merged upstream -- one for the same target spec format change [1] and another for the `file_as_c_str` change [2]. Link: #144443 [1] Link: #145928 [2] r? ``@lqd`` ``@Kobzol`` try-job: x86_64-rust-for-linux ``@rustbot`` label A-rust-for-linux ``@bors`` try
2 parents 56213a5 + 03bffa8 commit 263048d

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
@@ -3,7 +3,8 @@
33
set -euo pipefail
44

55
# https://github.com/rust-lang/rust/pull/144443
6-
LINUX_VERSION=7770d51bce622b13195b2d3c85407282fc9c27e5
6+
# https://github.com/rust-lang/rust/pull/145928
7+
LINUX_VERSION=8851e27d2cb947ea8bbbe8e812068f7bf5cbd00b
78

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

0 commit comments

Comments
 (0)