rustbuild: target.*.musl-root in config.toml is ignored #38058
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
AFAICT, the
CFG_MUSL_ROOT_X86_64
"variable" in theconfig.mk
file thatconfigure
generates overrides thetarget.x86_64-unknown-linux-musl.musl-root
setting inconfig.toml
. I think the precedence should be the other way around.cc @alexcrichton is
CFG_MUSL_ROOT_X86_64
new-ish?The text was updated successfully, but these errors were encountered: