-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
A-cross-compilationArea: Cross compilationArea: Cross compilationA-documentationArea: documentationArea: documentationenhancementNew feature or requestNew feature or request
Description
can cargo-bisect-rustc respect the .cargo/config.toml? (Should it already be doing so?)
As part of dissecting rust-lang/rust#111888, I was looking into adding a linker flag to the rustc invocations via a .cargo/config.toml file, as described here: https://doc.rust-lang.org/cargo/reference/config.html#buildrustflags
But it seems from my local experiments that while my manual invocations of cargo are pulling in the config settings, the invocations that cargo-bisect-rustc emits do not seem to be including the rustflags specified there.
Metadata
Metadata
Assignees
Labels
A-cross-compilationArea: Cross compilationArea: Cross compilationA-documentationArea: documentationArea: documentationenhancementNew feature or requestNew feature or request