./x.py test library
fails when using the library
profile (after stage0 redesign)
#141983
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Uh oh!
There was an error while loading. Please reload this page.
Summary
When using the
library
bootstrap profile,./x.py test library
does not work, and gives errors about being unable to findcore
andstd
.Command used
Expected behaviour
No errors occur and the library tests are run.
Actual behaviour
Bootstrap configuration (bootstrap.toml)
Operating system
Ubuntu (Xubuntu) 24.04.2 LTS
HEAD
aae43c4
Additional context
Removing
bootstrap.toml
, or changing it toprofile = "compiler"
, makes./x.py test library
work again.I think this is related to #119899. There is no error on 91fad92, but there is an error on 52882f6.
Build Log
The text was updated successfully, but these errors were encountered: