Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: sccache
base: core22
base: core24
adopt-info: sccache

summary: sccache is ccache with cloud storage
description: |
sccache is a ccache-like compiler caching tool. It is used as a compiler
wrapper and avoids compilation when possible, storing cached results either
on local disk or in one of several cloud storage backends.

sccache includes support for caching the compilation of C/C++ code, Rust, as
well as NVIDIA's CUDA using nvcc.

sccache also provides icecream-style distributed compilation (automatic
packaging of local toolchains) for all supported compilers (including Rust).
The distributed compilation system includes several security features that
icecream lacks such as authentication, transport layer encryption, and
sandboxed compiler execution on build servers. See the distributed quickstart
guide for more information.

sccache is also available as a GitHub Actions to facilitate the deployment
using GitHub Actions cache.
website: https://github.com/mozilla/sccache
Expand All @@ -35,7 +35,6 @@ apps:
parts:
sccache:
plugin: rust
rust-channel: 1.75.0
rust-use-global-lto: true
source: .
override-pull: |
Expand Down
Loading