Skip to content

Commit

Permalink
Fix snap grade (#598)
Browse files Browse the repository at this point in the history
Cherry-pick 604f83f.

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.
  • Loading branch information
damonbarry authored Mar 16, 2024
1 parent 417fed0 commit bc6dab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description: |
license: MIT

confinement: strict
adopt-info: iot-identity-services

parts:
rust-toolchain:
Expand Down

0 comments on commit bc6dab3

Please sign in to comment.