windows-drivers-rs icon indicating copy to clipboard operation
windows-drivers-rs copied to clipboard

Support target overrides from config.toml or env variable

Open krishnakumar4a4 opened this issue 5 months ago • 1 comments

Add support for overriding target arch through config.toml, environment variable and a --config argument to cargo and make sure it works correctly with the --target-arch argument of cargo-wdk.

krishnakumar4a4 avatar Aug 01 '25 03:08 krishnakumar4a4

A fix for this will also fix https://github.com/microsoft/windows-drivers-rs/issues/89

gurry avatar Oct 22 '25 06:10 gurry

A fix for this will also fix #89

Solving this issue doesn't necessarily close #89. #89 would also require all the packaging steps to support multiple targets at once

wmmc88 avatar Dec 10 '25 20:12 wmmc88

A fix for this will also fix #89

Solving this issue doesn't necessarily close #89. #89 would also require all the packaging steps to support multiple targets at once

If the requirement of #89 is to be able to build a single workspace that has projects with different targets, then that will be possible after https://github.com/microsoft/windows-drivers-rs/pull/494 because the packaging steps will also use the target that's specified in config.tom

gurry avatar Dec 11 '25 06:12 gurry