diff options
| author | Miguel Ojeda <ojeda@kernel.org> | 2025-06-08 21:37:25 +0200 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2025-06-08 21:37:37 +0200 |
| commit | f4ba1746cc1b13eb73f3739a5ff5e64cde56f078 (patch) | |
| tree | cd8b6f6dc985739f9d6645b7ff53afbbe57e057d /src/ci/docker/scripts | |
| parent | fb644e6a1a7d34c6bbb5ecfe5c185f8c977d6bb3 (diff) | |
| download | rust-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-x | src/ci/docker/scripts/rfl-build.sh | 3 |
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 |
