cachepot
cachepot copied to clipboard
cachepot is `sccache` with extra sec, which in turn is `ccache` with cloud storage
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...
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...
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...
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,...
* [ ] cargo * [ ] conan * [ ] cmake * [ ] ninja * [ ] waf covering the following compilers * [ ] rust +nightly *...
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...
PR changes ci runners for dynamically created ones cc https://github.com/paritytech/ci_cd/issues/730