diff options
| author | Ralf Jung <post@ralfj.de> | 2025-09-01 05:54:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-01 05:54:20 +0000 |
| commit | e8626a3c511e3c9b005ddae9357cafe15ed4ccc0 (patch) | |
| tree | 3e0ff00030a6ba4eb98ee0691ba8f61a51c05b95 /src/ci/docker/scripts | |
| parent | 1f0216e53e1ace663c7f3275441266b62cb0a03f (diff) | |
| parent | 4cc7ccaf9812c1ba9606528345ce5a6a4060ca6c (diff) | |
| download | rust-e8626a3c511e3c9b005ddae9357cafe15ed4ccc0.tar.gz rust-e8626a3c511e3c9b005ddae9357cafe15ed4ccc0.zip | |
Merge pull request #4553 from rust-lang/rustup-2025-09-01
Automatic Rustup
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 |
