-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Bootstrap: Initialized submodules no longer eagerly updated by running x.py #99083
Copy link
Copy link
Closed
Closed
Copy link
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.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)
Description
maybe_update_submodules should already do this, but
Lines 628 to 635 in c4693bc
| let mut bootstrap_submodules: Vec<&str> = vec![ | |
| "src/tools/rust-installer", | |
| "src/tools/cargo", | |
| "src/tools/rls", | |
| "src/tools/miri", | |
| "library/backtrace", | |
| "library/stdarch", | |
| ]; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.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)
Type
Fields
Give feedbackNo fields configured for issues without a type.