about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-30 22:36:41 +0200
committerGitHub <noreply@github.com>2025-04-30 22:36:41 +0200
commit3b84630c19a8360fd196daad990ed1913e32b260 (patch)
treef302544ad46e3224cf79a84dd3185b0986f2d402
parent6423d7507649a324b5b1f6b0d64a2bef1d71397c (diff)
parent6e267622240771b72ce76030072c1e3c02bf80df (diff)
downloadrust-3b84630c19a8360fd196daad990ed1913e32b260.tar.gz
rust-3b84630c19a8360fd196daad990ed1913e32b260.zip
Rollup merge of #140470 - ojeda:rfl, r=lqd
CI: rfl: move job forward to Linux v6.15-rc4

A hopefully routine upgrade to Linux v6.15-rc4!

r? `````@lqd````` `````@Kobzol`````
try-job: x86_64-rust-for-linux
`````@rustbot````` label A-rust-for-linux
`````@bors````` try
-rwxr-xr-xsrc/ci/docker/scripts/rfl-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh
index ea8066d95e0..1d280948ebe 100755
--- a/src/ci/docker/scripts/rfl-build.sh
+++ b/src/ci/docker/scripts/rfl-build.sh
@@ -2,7 +2,7 @@
 
 set -euo pipefail
 
-LINUX_VERSION=v6.14-rc3
+LINUX_VERSION=v6.15-rc4
 
 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt
 ../x.py build --stage 2 library rustdoc clippy rustfmt