rustbuild: make a config.toml entry for codegen tests #36232
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
If you configure for system LLVM and run bootstrap.py without first running
./configure --disable-codegen-tests
, the sanity check panics:(where
/root/rust
is the directory part of the path to llvm-config given in config.toml)Per @alexcrichton there should be an option in config.toml to disable the codegen tests.
The text was updated successfully, but these errors were encountered: