about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@kernel.org>2025-06-08 21:37:25 +0200
committerMiguel Ojeda <ojeda@kernel.org>2025-06-08 21:37:37 +0200
commitf4ba1746cc1b13eb73f3739a5ff5e64cde56f078 (patch)
treecd8b6f6dc985739f9d6645b7ff53afbbe57e057d /src/ci/docker/scripts
parentfb644e6a1a7d34c6bbb5ecfe5c185f8c977d6bb3 (diff)
downloadrust-f4ba1746cc1b13eb73f3739a5ff5e64cde56f078.tar.gz
rust-f4ba1746cc1b13eb73f3739a5ff5e64cde56f078.zip
CI: rfl: move job forward to Linux v6.16-rc1
Remove the comment on top as well, since that issue is now fixed in this
new tag.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'src/ci/docker/scripts')
-rwxr-xr-xsrc/ci/docker/scripts/rfl-build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh
index fa18f67583f..c5992891398 100755
--- a/src/ci/docker/scripts/rfl-build.sh
+++ b/src/ci/docker/scripts/rfl-build.sh
@@ -2,8 +2,7 @@
 
 set -euo pipefail
 
-# https://github.com/Rust-for-Linux/linux/issues/1163
-LINUX_VERSION=3ca02fc80cc4fdac63aaa6796642f1e07be591d6
+LINUX_VERSION=v6.16-rc1
 
 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt
 ../x.py build --stage 2 library rustdoc clippy rustfmt