diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5fec59f49..fe3008100 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: sccache -base: core22 +base: core24 adopt-info: sccache summary: sccache is ccache with cloud storage @@ -7,17 +7,17 @@ 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 @@ -35,7 +35,6 @@ apps: parts: sccache: plugin: rust - rust-channel: 1.75.0 rust-use-global-lto: true source: . override-pull: |