Error when running ui
tests after run-make-fulldeps
#92644
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
While running the test suite I noticed that executing the
run-make-fulldeps
suite before theui
suite causes the following tests to fail:ui/allocator/no_std-alloc-error-handler-default.rs
ui/allocator/no_std-alloc-error-handler-custom.rs
After a quick investigation it seems like building
rustc-demangler
puts an extra copy ofliblibc-HASH.rlib
(with a different hash) in the stage2 libs directory, causing the UI test not to know whichlibc
to link to.Reproduction
Running this command (just the
ui
test beforerun-make-fulldeps
) works:Running this command (
run-make-fulldeps
before theui
test) fails:The text was updated successfully, but these errors were encountered: