./x.py
fails to bootstrap if build.vendor
is set in config.toml
#96456
Labels
C-bug
Category: This is a bug.
Steps to reproduce:
1. Clone the repository
2. Modify
config.toml
to setbuild.vendor
=true
3. Start the bootstrap:
I expected to see this happen:
x.py
builds the bootstrap and runs the subcommandInstead, this happened:
Cause
rust-analyzer
is not checked out insrc/bootstrap/bootstrap.py
:rust/src/bootstrap/bootstrap.py
Lines 1142 to 1149 in 082e4ca
The text was updated successfully, but these errors were encountered: