diff options
| author | bors <bors@rust-lang.org> | 2025-08-31 11:53:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-08-31 11:53:54 +0000 |
| commit | 564ee219127b796d56f74767366fd359758b97de (patch) | |
| tree | bbe36205a8d95c6600c83f16df51894b30d844ae /src/ci/docker/scripts | |
| parent | 1bc901e0cab0f150e3bcdb9e7cf99ab085682b3e (diff) | |
| parent | e3881cb5879b4d23eb00b3393863d87dec92a385 (diff) | |
| download | rust-564ee219127b796d56f74767366fd359758b97de.tar.gz rust-564ee219127b796d56f74767366fd359758b97de.zip | |
Auto merge of #146052 - matthiaskrgr:rollup-cfxx9m6, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - rust-lang/rust#144443 (Make target pointer width in target json an integer) - rust-lang/rust#145174 (Ensure consistent drop for panicking drop in hint::select_unpredictable) - rust-lang/rust#145592 (Fix format string grammar in docs and improve alignment error message for rust-lang/rust#144023) - rust-lang/rust#145931 (Clarify that align_offset overaligns) 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, 2 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh index 8acc5040a2f..70ff5d0d2c7 100755 --- a/src/ci/docker/scripts/rfl-build.sh +++ b/src/ci/docker/scripts/rfl-build.sh @@ -2,7 +2,8 @@ set -euo pipefail -LINUX_VERSION=v6.16-rc1 +# https://github.com/rust-lang/rust/pull/144443 +LINUX_VERSION=7770d51bce622b13195b2d3c85407282fc9c27e5 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt ../x.py build --stage 2 library rustdoc clippy rustfmt |
