diff options
| author | Adrian Taylor <adetaylor@chromium.org> | 2024-10-23 09:31:43 +0000 |
|---|---|---|
| committer | Adrian Taylor <adetaylor@chromium.org> | 2024-10-23 09:31:43 +0000 |
| commit | 2eb7e0d3702f90d684a15b18af00f37e6ab05644 (patch) | |
| tree | 0a3d64081d1756bc24376f1a650180fc1dd82d24 | |
| parent | 916e9ced404f276e90171d7852d436b6ca92df56 (diff) | |
| download | rust-2eb7e0d3702f90d684a15b18af00f37e6ab05644.tar.gz rust-2eb7e0d3702f90d684a15b18af00f37e6ab05644.zip | |
CI: rfl: use rust-next temporary commit
Commit c95bbb59a9b22f9b838b15d28319185c1c884329 within rust-next contains some changes required to be compatible with upcoming arbitraty self types work. Roll RFL CI forward to the latest rust-next to include that work. Related: https://github.com/rust-lang/rust/pull/130225 https://github.com/rust-lang/rust/issues/44874
| -rwxr-xr-x | src/ci/docker/scripts/rfl-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh index 27dbfc6040c..f07515f7784 100755 --- a/src/ci/docker/scripts/rfl-build.sh +++ b/src/ci/docker/scripts/rfl-build.sh @@ -2,7 +2,7 @@ set -euo pipefail -LINUX_VERSION=v6.12-rc2 +LINUX_VERSION=28e848386b92645f93b9f2fdba5882c3ca7fb3e2 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt ../x.py build --stage 2 library rustdoc clippy rustfmt |
