Open
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)