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 15 forks source link

Assure C/C++ depedencies are path independent #123

Open drahnr opened 2 years ago

drahnr commented 2 years ago

Ref #116

When using cc-rs, which builds the depedency locally, we should assure the paths are also independent of OUT_DIR and CARGO_MANIFEST_DIR.