From patchwork Fri Sep 17 14:39:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 1529433 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=qVKIkXfo; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4H9xSF3GcHz9sVw for ; Sat, 18 Sep 2021 00:39:56 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1mRF1r-0006Og-7j; Fri, 17 Sep 2021 14:39:51 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1mRF1q-0006Oa-Dx for fwts-devel@lists.ubuntu.com; Fri, 17 Sep 2021 14:39:50 +0000 Received: from localhost (1.general.cking.uk.vpn [10.172.193.212]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 36BB94017E; Fri, 17 Sep 2021 14:39:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1631889590; bh=5bbS6aCsX3L71XvVcLmyA3Ek0qP34KRAiqzKjtcmCYo=; h=From:To:Subject:Date:Message-Id:MIME-Version:Content-Type; b=qVKIkXfoTbnP+/LKwsk56yE0vvMeb1mdPUQie/0MjoGwuwPMDXElNH+c+PxOja31+ YBuCmCDVG5A9ALkHxbbHlPhplA8l0pZcJpn7iuSmpwzQodyZ98j9563DXNv9Yosc0J 6Umaep0DqZIzhSrt3xSudu3Zz6Dhp4+cON3CrBUU7w7bZjxW8XzzdUAU/6RNkmBA3D jls449YT6heSoO4rMfVP621N9pf3/eaGVYBK49GPgEQ+8ZYQCpDndrws1cpoEpUFbe OWIyqeVfjfrJTu956TvTnZQ8otycbIEGjPmBQbW79ZsAkWVA2effANas5pHbbgzKn7 0Yf0U8ntpV+CQ== From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] snapcraft: update to use core20 Date: Fri, 17 Sep 2021 15:39:49 +0100 Message-Id: <20210917143949.67084-1-colin.king@canonical.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" From: Colin Ian King Good to keep up to date with the fresh snap20 core rather than the older core18. Update this. Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- 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