File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : sccache
2- base : core22
2+ base : core24
33adopt-info : sccache
44
55summary : sccache is ccache with cloud storage
66description : |
77 sccache is a ccache-like compiler caching tool. It is used as a compiler
88 wrapper and avoids compilation when possible, storing cached results either
99 on local disk or in one of several cloud storage backends.
10-
10+
1111 sccache includes support for caching the compilation of C/C++ code, Rust, as
1212 well as NVIDIA's CUDA using nvcc.
13-
13+
1414 sccache also provides icecream-style distributed compilation (automatic
1515 packaging of local toolchains) for all supported compilers (including Rust).
1616 The distributed compilation system includes several security features that
1717 icecream lacks such as authentication, transport layer encryption, and
1818 sandboxed compiler execution on build servers. See the distributed quickstart
1919 guide for more information.
20-
20+
2121 sccache is also available as a GitHub Actions to facilitate the deployment
2222 using GitHub Actions cache.
2323website : https://github.com/mozilla/sccache
3535parts :
3636 sccache :
3737 plugin : rust
38- rust-channel : 1.75.0
3938 rust-use-global-lto : true
4039 source : .
4140 override-pull : |
You can’t perform that action at this time.
0 commit comments