cargo-wix icon indicating copy to clipboard operation
cargo-wix copied to clipboard

switch target_triple always tigger whole rebuilding

Open cstkingkey opened this issue 2 years ago • 1 comments

when switching target triple, a complete rebuilding is triggered.(all dependencies is rebuiled) finish x86_64 with right msi generated, do x86 task. Then without any modification to rs source, starting x86_64 task will rebuild the whole tree.

cstkingkey avatar Jan 16 '22 13:01 cstkingkey

This sounds like you are hitting #135 and ultimately related to https://github.com/rust-lang/cargo/issues/9357. See my comment. Note, there is not really a solution for this yet. Are you able to (eventually) use the nightly toolchain?

volks73 avatar Jan 16 '22 19:01 volks73