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

failsafe create dir #103

Closed drahnr closed 3 years ago

drahnr commented 3 years ago

If a file or directory exists under the designated toolchain directory, with the identical hash, this indicates a fluke with the server (restart while the toolchain was uploaded i.e.) and hence we should gracefully remove this file if present, but not present in the toolchain cache if a client attempts to upload the toolchain.