diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-08-31 13:40:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-31 13:40:34 +0200 |
| commit | 0e28b4201ac8f12cfafe5383f442c7b00f8bdcc6 (patch) | |
| tree | 4bd07360ed13d7e7ab0f8e3c89259bf831e5a3aa /src/ci/docker/scripts | |
| parent | 64a99db105f45ea3304732ffb51066c3b5193bc7 (diff) | |
| parent | 2d8cb59784711f503170011461c23385042a974d (diff) | |
| download | rust-0e28b4201ac8f12cfafe5383f442c7b00f8bdcc6.tar.gz rust-0e28b4201ac8f12cfafe5383f442c7b00f8bdcc6.zip | |
Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb
Make target pointer width in target json an integer r? Noratrieb cc `@RalfJung` (https://github.com/rust-lang/rust/pull/142352/files#r2230380120) try-job: x86_64-rust-for-linux
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 |
