Message ID | 20210917143949.67084-1-colin.king@canonical.com |
---|---|
State | Accepted |
Headers | show |
Series | snapcraft: update to use core20 | expand |
On 2021-09-17 8:39 a.m., Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Good to keep up to date with the fresh snap20 core rather than the > older core18. Update this. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > snapcraft.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/snapcraft.yaml b/snapcraft.yaml > index f92d3b59..59b415f3 100644 > --- a/snapcraft.yaml > +++ b/snapcraft.yaml > @@ -3,8 +3,10 @@ version: V21.08.00 > summary: The Firmware Test Suite (FWTS) > description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs. It is primarily intended to be a Linux-centric firmware troubleshooting tool. > confinement: strict > -base: core18 > +type: app > grade: stable > +assumes: [snapd2.45] > +base: core20 > > architectures: > - build-on: s390x > Acked-by: Alex Hung <alex.hung@canonical.com>
On 9/17/21 10:39 PM, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Good to keep up to date with the fresh snap20 core rather than the > older core18. Update this. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > snapcraft.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/snapcraft.yaml b/snapcraft.yaml > index f92d3b59..59b415f3 100644 > --- a/snapcraft.yaml > +++ b/snapcraft.yaml > @@ -3,8 +3,10 @@ version: V21.08.00 > summary: The Firmware Test Suite (FWTS) > description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs. It is primarily intended to be a Linux-centric firmware troubleshooting tool. > confinement: strict > -base: core18 > +type: app > grade: stable > +assumes: [snapd2.45] > +base: core20 > > architectures: > - build-on: s390x > Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff --git a/snapcraft.yaml b/snapcraft.yaml index f92d3b59..59b415f3 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -3,8 +3,10 @@ version: V21.08.00 summary: The Firmware Test Suite (FWTS) description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs. It is primarily intended to be a Linux-centric firmware troubleshooting tool. confinement: strict -base: core18 +type: app grade: stable +assumes: [snapd2.45] +base: core20 architectures: - build-on: s390x