Skip to content

Commit 1bbf3e9

Browse files
authored
Unrolled build for #146368
Rollup merge of #146368 - ojeda:rfl, r=lqd CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits v6.17-rc5 contains the equivalent of the two commits we had here, thus move the Rust for Linux job forward to that so that we don't need the temporary commits anymore. r? ```@lqd``` ```@Kobzol``` try-job: x86_64-rust-for-linux ```@rustbot``` label A-rust-for-linux ```@bors``` try
2 parents 7ad23f4 + e3dfcb2 commit 1bbf3e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
set -euo pipefail
44

5-
# https://github.com/rust-lang/rust/pull/144443
6-
# https://github.com/rust-lang/rust/pull/145928
7-
LINUX_VERSION=8851e27d2cb947ea8bbbe8e812068f7bf5cbd00b
5+
LINUX_VERSION=v6.17-rc5
86

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

0 commit comments

Comments
 (0)