build: bootstrap panics when using the --llvm-root option #109194
Labels
C-bug
Category: This is a bug.
regression-untriaged
Untriaged performance or correctness regression.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Issue
Building rust with the
--llvm-root
option fails with a "missing llvm-tools" error.Reverting 23a34c1 fixes the issue.
The install llvm-tools step should be skipped if no tarball is provided.
This happens when --llvm-root is used (i.e. externally provided llvm).
Version it worked on
It most recently worked on: Rust 1.67.1
Version with regression
Rust 1.68.0
Backtrace
Backtrace
The text was updated successfully, but these errors were encountered: