-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.O-fuchsiaOperating system: FuchsiaOperating system: FuchsiaT-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
[...] it seems this patch has broken our Rust mirror for Fuchsia. We've had to exclude
rustc-perf
from our local mirror since it has a pretty complicated licensing story. Rust previously built fine for us since we weren't running the performance tests, but with this patch we're now getting this error:submodule src/tools/rustc-perf does not appear to be checked out, but it is required for this step. Consider setting `build.submodules = true` or manually initializing the submodules.
Is there any way we could work around this, or add a flag where we could skip this check?
Originally posted by @erickt in #137020 (comment)
Metadata
Metadata
Assignees
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.O-fuchsiaOperating system: FuchsiaOperating system: FuchsiaT-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)