x.py refers to skip-build, which is missing from config.example.toml #130039
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
rustc-1.81.0-src/x.py --help prints
This suggests, that config.example.toml has a skip-rebuild parameter. But it does not.
#71119 suggests to skip rebuilding LLVM by calling
./configure --llvm-root=<path>
.skip-rebuild
in config,example.toml.The text was updated successfully, but these errors were encountered: