Reduce dependency on implicit paths in bootstrap - #161663
Merged
Merged
Conversation
And instead explicitly depend on the output of the `TestHelpers` step.
It doesn't seem to be used anywhere anymore.
It doesn't seem to be used anywhere anymore.
It was only used at one place.
And instead depend on the generated md doc directory path explicitly.
jieyouxu
approved these changes
Aug 25, 2026
Member
There was a problem hiding this comment.
Thanks, r=me with or without a remark.
@rustbot author
Member
Author
|
@bors r=jieyouxu rollup I think that the test targets thing is a separate item that we can do in a follow-up, if there's some cleanup to do. Feel free to r- if you want to block this PR on that! |
Contributor
Member
|
No need -- I was moreso recalling that |
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Aug 25, 2026
…=jieyouxu Reduce dependency on implicit paths in bootstrap Minor drive-by cleanup, reducing usage of some shared directories, and replacing it with depending on explicit paths. Also found some env. vars. that I think have been unused for a long time. r? jieyouxu
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 25, 2026
Rollup of 5 pull requests Successful merges: - #156749 (remove `box_patterns`) - #161411 (avoid overlapping const suggestions) - #161484 (Discard `.pdr` in the PSP linker script) - #161663 (Reduce dependency on implicit paths in bootstrap) - #161720 (rename rust_target_features query to make it clear that these are *all* target features)
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 25, 2026
Rollup merge of #161663 - Kobzol:bootstrap-explicit-paths, r=jieyouxu Reduce dependency on implicit paths in bootstrap Minor drive-by cleanup, reducing usage of some shared directories, and replacing it with depending on explicit paths. Also found some env. vars. that I think have been unused for a long time. r? jieyouxu
pull Bot
pushed a commit
to LeeeeeeM/miri
that referenced
this pull request
Aug 26, 2026
Rollup of 5 pull requests Successful merges: - rust-lang/rust#156749 (remove `box_patterns`) - rust-lang/rust#161411 (avoid overlapping const suggestions) - rust-lang/rust#161484 (Discard `.pdr` in the PSP linker script) - rust-lang/rust#161663 (Reduce dependency on implicit paths in bootstrap) - rust-lang/rust#161720 (rename rust_target_features query to make it clear that these are *all* target features)
flip1995
pushed a commit
to flip1995/rust-clippy
that referenced
this pull request
Aug 28, 2026
Rollup of 5 pull requests Successful merges: - rust-lang/rust#156749 (remove `box_patterns`) - rust-lang/rust#161411 (avoid overlapping const suggestions) - rust-lang/rust#161484 (Discard `.pdr` in the PSP linker script) - rust-lang/rust#161663 (Reduce dependency on implicit paths in bootstrap) - rust-lang/rust#161720 (rename rust_target_features query to make it clear that these are *all* target features)
vetleras
pushed a commit
to vetleras/rustfmt
that referenced
this pull request
Aug 28, 2026
Rollup of 5 pull requests Successful merges: - rust-lang/rust#156749 (remove `box_patterns`) - rust-lang/rust#161411 (avoid overlapping const suggestions) - rust-lang/rust#161484 (Discard `.pdr` in the PSP linker script) - rust-lang/rust#161663 (Reduce dependency on implicit paths in bootstrap) - rust-lang/rust#161720 (rename rust_target_features query to make it clear that these are *all* target features)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minor drive-by cleanup, reducing usage of some shared directories, and replacing it with depending on explicit paths.
Also found some env. vars. that I think have been unused for a long time.
r? jieyouxu