paritytech / cachepot

cachepot is `sccache` with extra sec, which in turn is `ccache` with cloud storage
https://cachepot.cc
Apache License 2.0
171 stars 13 forks source link

Investigate how to deal with `CARGO_RUSTC_WRAPPER` #97

Open drahnr opened 3 years ago

drahnr commented 3 years ago

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.