-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
backtrace CI tries to build --stage 0 library
and then expects to find a rustc in build/host/stage0-sysroot/bin/rustc
that can compile stuff. This appears to have worked, but does not work anymore. build/host/stage0-sysroot/lib
only contains the libLLVM-18-rust-1.78.0-beta.so
linker script, it does not contain the actual library.
I'm not sure how bootstrapping works with that, but uh, it does somehow!
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)