-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
./x.py dist fails in rust 1.71.0 on lint-docs #113678
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.Relevant to the release subteam, which will review and decide on the PR/issue.beta-acceptedAccepted for backporting to the compiler in the beta channel.Accepted for backporting to the compiler in the beta channel.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.stable-acceptedAccepted for backporting to the compiler in the stable channel.Accepted for backporting to the compiler in the stable channel.
Milestone
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.Relevant to the release subteam, which will review and decide on the PR/issue.beta-acceptedAccepted for backporting to the compiler in the beta channel.Accepted for backporting to the compiler in the beta channel.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.stable-acceptedAccepted for backporting to the compiler in the stable channel.Accepted for backporting to the compiler in the stable channel.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Build of
rust 1.71.0fails on Linux/aarch64 (bootstrapped by systemrust 1.70.0) with:I believe the culprit is explicit removal of
LD_LIBRARY_PATHdespite 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.