run-pass
tests in tests/ui-fulldeps/
fall when download-rustc is enabled
#110225
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-download-rustc
Area: The `rust.download-rustc` build option.
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried this code:
./configure --set profile=compiler --set rust.download-rustc && x test ui-fulldeps
I expected to see this happen: All tests pass.
Instead, this happened:
The failures all look like this:
I see the following llvm .so files in the build directory:
but with the
rustc-dev
component added, it should also be in therustlib
target folder:Meta
HEAD is f2d9a3d
The text was updated successfully, but these errors were encountered: