diff options
| author | bors <bors@rust-lang.org> | 2025-06-09 08:27:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-06-09 08:27:35 +0000 |
| commit | 7c10378e1fee5ddc6573b916aeb884ab10e0de17 (patch) | |
| tree | 91c0a82573614d007b1ab620b79718483d788592 /src/ci/docker/scripts | |
| parent | b6685d748fe4668571c05ba338f61520db6dacc9 (diff) | |
| parent | bf17f139d39ff9bd63746f247eeb5db58fb08e90 (diff) | |
| download | rust-7c10378e1fee5ddc6573b916aeb884ab10e0de17.tar.gz rust-7c10378e1fee5ddc6573b916aeb884ab10e0de17.zip | |
Auto merge of #142234 - matthiaskrgr:rollup-kg5wibu, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - rust-lang/rust#141751 (Remap compiler vs non-compiler sources differently (bootstrap side)) - rust-lang/rust#142160 (Only allow `bootstrap` cfg in rustc & related) - rust-lang/rust#142191 (early return in trait detection for non-trait item) - rust-lang/rust#142211 (Do not checkout GCC submodule for the tidy job) - rust-lang/rust#142218 (CI: rfl: move job forward to Linux v6.16-rc1) - rust-lang/rust#142224 (Avoid a gratuitous 10s wait in a stress test) r? `@ghost` `@rustbot` modify labels: rollup
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 |
