Skip to content

Commit

Permalink
Rollup merge of rust-lang#132058 - adetaylor:use-rust-next-in-ci, r=lqd
Browse files Browse the repository at this point in the history
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:
rust-lang#130225
rust-lang#44874

r? ``@ojeda``

try-job: x86_64-rust-for-linux
  • Loading branch information
fmease authored Oct 23, 2024
2 parents bb65499 + 2eb7e0d commit 5f0626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/rfl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f0626c

Please sign in to comment.