Open drahnr opened 3 years ago
In nightly, https://github.com/rust-lang/cargo/pull/9601/commits/6ee606be69c7175a3974d3ecbf47f2b44f003047 CARGO_RUSTC_WRAPPER will be populated.
CARGO_RUSTC_WRAPPER
For the dist mode, we would need to investigate if we can/need/want to adjust that value, possible based on the fact if it can be compiled remotely.
In nightly, https://github.com/rust-lang/cargo/pull/9601/commits/6ee606be69c7175a3974d3ecbf47f2b44f003047
CARGO_RUSTC_WRAPPER
will be populated.For the dist mode, we would need to investigate if we can/need/want to adjust that value, possible based on the fact if it can be compiled remotely.