From bc6dab3010c935ea11b1d2a41ef2c7f0f5d3ed7c Mon Sep 17 00:00:00 2001 From: Damon Barry Date: Fri, 15 Mar 2024 17:02:42 -0700 Subject: [PATCH] Fix snap grade (#598) Cherry-pick 604f83fc27c9df3b70cd783e59e440fadfe0ef3c. In the release branch, where the grade logic resolves to "stable", the build failed. Adding the `adopt-info` key in snapcraft.yaml fixed the issue. In the main branch, grade should always resolve to "devel", which doesn't have this problem. But I'm cherry-picking the change from the release branch anyway for consistency. --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f5552c39..58d5d008 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -10,6 +10,7 @@ description: | license: MIT confinement: strict +adopt-info: iot-identity-services parts: rust-toolchain: