-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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)
Description
Regressed by #59303. Source archives don't have .git
subdirectory, so missing git
executable shouldn't be fatal.
thread 'main' panicked at 'Command::new("git").args(&["rev-parse", "--verify",
&format!("@:./{}" ,
submodule)]).current_dir(&builder.src).output() failed with No such file or directory (os error 2)', src/bootstrap/native.rs:82:26
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)