-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
./x.py setup using option "d" (maintainer) is broken in 1.48.0 #79933
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
Following https://rustc-dev-guide.rust-lang.org/getting-started.html
I expected to see this happen: works
Instead, this happened:
It's because src/bootstrap/defaults/ doesn't contain config.toml.maintainer
Version it worked on
1.47.0 doesn't have
x.py setup.Version with regression
1.48.0