-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
./x.py install panics on a fresh clone #156408
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)
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)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Since commit bbdc7c4 ("bootstrap: Don't clone submodules unconditionally in dry-run"), this panics:
with:
But this does not:
The reason is that the Cargo submodule is not ready early enough.
This affects tools like tc-build: ClangBuiltLinux/tc-build#336 (originally reported by @nathanchance).
Cc @jyn514 @jieyouxu