Skip to content

Commit

Permalink
snapcraft.yaml: use build-base instead of base
Browse files Browse the repository at this point in the history
The snapd snap should not have a base. This will currently break building the
snap until https://bugs.launchpad.net/snapcraft/+bug/1857019 is fixed however.

Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
  • Loading branch information
anonymouse64 committed Feb 10, 2020
1 parent 4180ba3 commit b757cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/snap/snapcraft.yaml
Expand Up @@ -12,7 +12,7 @@ description: |
adopt-info: snapd
# the base is only needed here for snapcraft to check the ELF sections of
# binaries inside the snap, which is an unnecessary check for snapcraft itself
base: core
build-base: core
grade: stable
license: GPL-3.0

Expand Down

0 comments on commit b757cdb

Please sign in to comment.