Skip to content

Commit 175949d

Browse files
soumyaDghoshsylvestre
authored andcommitted
snap: update to core24
Signed-off-by: Soumyadeep Ghosh <soumyadeepghosh2004@zohomail.in>
1 parent 316b807 commit 175949d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

snap/snapcraft.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name: sccache
2-
base: core22
2+
base: core24
33
adopt-info: sccache
44

55
summary: sccache is ccache with cloud storage
66
description: |
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.
2323
website: https://github.com/mozilla/sccache
@@ -35,7 +35,6 @@ apps:
3535
parts:
3636
sccache:
3737
plugin: rust
38-
rust-channel: 1.75.0
3938
rust-use-global-lto: true
4039
source: .
4140
override-pull: |

0 commit comments

Comments
 (0)