cachepot icon indicating copy to clipboard operation
cachepot copied to clipboard

cachepot is `sccache` with extra sec, which in turn is `ccache` with cloud storage

Results 34 cachepot issues
Sort by recently updated
recently updated
newest added

Allow a mode, where only vetted toolchains are supported on the backend, and the current logic of uploading additional toolchains is prohibited on the `scheduler` side.

As client is swapn by Cargo for each Rustc invocation, it generates a lot of parallel instances of client, each may want to have connection to scheduler/server. In case of...

future

Simmilar to : * https://github.com/mozilla/sccache/issues/358 * https://github.com/mozilla/sccache/issues/558 but in our case could be even more efficient, as if main objective is to speedup Substrate and Polkadot builds, then we can...

future

For very small jobs it may be faster to build locally then upload, remotely and download result. Idea is that it may be started in parallel local and remote build...

future

The way how sccache dist mode works is very underdocumented, this is also an upstream issue Ref: https://github.com/mozilla/sccache/issues/975

Currently a lot of data is transferred between the client and the server, for each compilation request. A lot of this is redundent and could be avoided by using CAS,...

enhancement

* [ ] cargo * [ ] conan * [ ] cmake * [ ] ninja * [ ] waf covering the following compilers * [ ] rust +nightly *...

tests

@drahnr, please describe here how do you want it.

tests

Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.2 to 0.3.3. Changelog Sourced from warp's changelog. v0.3.3 (September 27, 2022) Fixes: Fix fs filters path sanitization to reject colons on Windows. Commits 4e9c4fd v0.3.3 0074a0a...

dependencies

PR changes ci runners for dynamically created ones cc https://github.com/paritytech/ci_cd/issues/730