Skip to content

Commit e3dfcb2

Browse files
committed
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. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent fefce3c commit e3dfcb2

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)