-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
AFAICT, the CFG_MUSL_ROOT_X86_64
"variable" in the config.mk
file that configure
generates overrides the target.x86_64-unknown-linux-musl.musl-root
setting in config.toml
. I think the precedence should be the other way around.
cc @alexcrichton is CFG_MUSL_ROOT_X86_64
new-ish?
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)