diff options
| author | est31 <MTest31@outlook.com> | 2025-05-23 01:53:54 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2025-05-23 02:47:43 +0200 |
| commit | 6d716743211c1c7e28f32c48f586fbeb3068304f (patch) | |
| tree | 78c500afe57fb90bff6c522c559c5ddeb26182ca /src/ci/docker/scripts | |
| parent | 2eef47813f25df637026ce3288880e5c587abd92 (diff) | |
| download | rust-6d716743211c1c7e28f32c48f586fbeb3068304f.tar.gz rust-6d716743211c1c7e28f32c48f586fbeb3068304f.zip | |
Remove #![feature(let_chains)] from libcore
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 1d280948ebe..fa18f67583f 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.15-rc4 +# https://github.com/Rust-for-Linux/linux/issues/1163 +LINUX_VERSION=3ca02fc80cc4fdac63aaa6796642f1e07be591d6 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt ../x.py build --stage 2 library rustdoc clippy rustfmt |
