From b757cdb31fcf883502092bc7c66d6427ed9f0226 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Mon, 10 Feb 2020 10:32:29 -0600 Subject: [PATCH] snapcraft.yaml: use build-base instead of base 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 --- build-aux/snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index dfde0863547e..4bc8d1e1dcf2 100644 --- a/build-aux/snap/snapcraft.yaml +++ b/build-aux/snap/snapcraft.yaml @@ -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