-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./x.py dist
fails in rust 1.71.0
on lint-docs
#113678
Comments
this is a question for t-release, not bootstrap. 67b5990 depends on the whole PR, and that PR changes quite a lot, but the changes are only to download-rustc and not to the rest of the build system. |
- fix build by applying upstream revert, see: rust-lang/rust#113678 - roll back to original location for bash completion, from: rust-lang/rust#113579
Why is that? It's a clean |
@cuviper it depends on baae59e, or else (and i am considering reverting baae59e soon: #112143 (comment)) |
Well, that seems to me an unlikely combination for stable builds. |
We discussed this last week and agreed to pull 67b5990 into 1.71.1: (and to avoid regression, it should go into 1.72-beta as well) @rustbot label +stable-accepted +beta-accepted |
Prepare Rust 1.71.1 This PR prepares the Rust 1.71.1 release, which contains: * rust-lang#113802 * rust-lang#113579 * rust-lang#111516 * rust-lang#112517 * rust-lang@67b5990 (from rust-lang#113678) r? `@ghost` cc `@rust-lang/release`
I think the issue can be closed now that |
Build of
rust 1.71.0
fails on Linux/aarch64 (bootstrapped by systemrust 1.70.0
) with:I believe the culprit is explicit removal of
LD_LIBRARY_PATH
despite it being apparently necessary in this case:rust/src/tools/lint-docs/src/lib.rs
Line 411 in 8ede3aa
I see on master this was already reverted in 67b5990 but looks like it missed the release.
The text was updated successfully, but these errors were encountered: