diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-06-12 13:30:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-12 13:30:15 +0200 |
| commit | 7db417754765c8ae74645deb41112b4a92d735df (patch) | |
| tree | 3ef67bc66cf749e5172054480bdb5f1d8715dc5f /src/ci/docker/scripts | |
| parent | 32560d790d8b9fae094d69287851f5305efa26d2 (diff) | |
| parent | 6da0ebf087736289ff29f641c7498f4a94d83639 (diff) | |
| download | rust-7db417754765c8ae74645deb41112b4a92d735df.tar.gz rust-7db417754765c8ae74645deb41112b4a92d735df.zip | |
Merge pull request #2464 from rust-lang/rustc-pull
Rustc pull update
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 |
