build-pass
tests in tests/ui-fulldeps
fail when cross-compiling and download-rustc is enabled
#110226
Labels
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=true && x t tests/ui-fulldeps/ --target i686-unknown-linux-gnu --run never
(--run never
is to avoid #110225).I expected to see this happen: All tests pass.
Instead, this happened: Some tests fail (the same ones as in #110225):
The failures look like
I think we need to rebuild LLVM from source when cross-compiling, we can't use the downloaded version.
I'm unsure if this is related specifically to
download-rustc
or whetherdownload-ci-llvm
affects it too; I had both enabled.Meta
HEAD is branched from 9be9b5e.
The text was updated successfully, but these errors were encountered: