python x.py setup complains about missing ninja #84938
Labels
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
C-bug
Category: This is a bug.
Hi, I'm setting up a checkout of the Rust repository on a Windows machine. I would like to run
x.py setup
to generate aconfig.toml
file with thelibrary
profile.x.py
aborts due to ninja not being installed, even though this does not appear to be necessary for the library profile becausex.py
fetches pre-built copies of LLVM.To work around this I had to copy the example config and manually modify the ninja setting to false. Running
x.py setup
again returns an error since the config file already exists, although it does suggest setting a top-levelprofile
key.This is a speedbump on the road to contributing.
The text was updated successfully, but these errors were encountered: