Skip to content

Commit

Permalink
feat: add a rock for core24 Snapcraft 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Feb 29, 2024
1 parent 2105dad commit da2f9de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: snapcraft-core22
base: [email protected]
name: snapcraft-core24
base: [email protected]
build-base: devel
version: 8.0.3
summary: easily create core22 snaps
summary: easily create core24 snaps
description: |
Snapcraft aims to make upstream developers' lives easier and as such is not
a single toolset, but instead is a collection of tools that enable the
natural workflow of an upstream to be extended with a simple release step
into Snappy.
This version of Snapcraft is able to build core22 snaps in destructive mode
This version of Snapcraft is able to build core24 snaps in destructive mode
only.
license: GPL-3.0
platforms:
Expand Down
4 changes: 2 additions & 2 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
SNAPD_TESTING_TOOLS: $PROJECT_PATH/tools/external/snapd-testing-tools/tools
PATH: /snap/bin:$PATH:$SNAPD_TESTING_TOOLS:$PROJECT_PATH/tools/spread
# These variables are used to set the base in multi-base projects
SNAPCRAFT_BASE: core22
SNAPCRAFT_BUILD_BASE: core22
SNAPCRAFT_BASE: core24
SNAPCRAFT_BUILD_BASE: devel

include:
- tests/
Expand Down

0 comments on commit da2f9de

Please sign in to comment.