Skip to content

Commit

Permalink
snap: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Mar 22, 2023
1 parent f467a18 commit dd13b27
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ adopt-info: sccache

summary: sccache is ccache with cloud storage
description: |
sccache is a [ccache](https://ccache.dev/)-like compiler caching tool. It
is used as a compiler wrapper and avoids compilation when possible, storing
cached results either on [local disk](#local) or in one of [several cloud
storage backends](#storage-options).
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](docs/Rust.md), as well as NVIDIA's CUDA using
[nvcc](https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html).
sccache includes support for caching the compilation of C/C++ code, Rust, as
well as NVIDIA's CUDA using nvcc.
sccache also provides [icecream](https://github.com/icecc/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](docs/DistributedQuickstart.md) guide for more information.
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 faciliate the deployment
using GitHub Actions cache.
website: https://github.com/mozilla/sccache
contact: https://github.com/mozilla/sccache/issues
grade: stable
confinement: classic

Expand Down

0 comments on commit dd13b27

Please sign in to comment.