Bootstrap panics if lldb fails to start #126892
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Running
./x test tests/ui --stage 1
on Windows I get:This seems especially unfortunate because (as far as I know) ui tests don't require lldb. It works fine if there's no lldb in
PATH
at least.This is ultimately an LLVM issue caused by not installing/shipping its own dependencies (in this case Python310). However, bootstrap shouldn't crash here. It should be treated similarly to lldb not existing unless it is actually necessary,
The text was updated successfully, but these errors were encountered: