summaryrefslogtreecommitdiff
diff options
authorMichael Vogt <mvo@ubuntu.com>2022-06-23 15:57:49 +0200
committerGitHub <noreply@github.com>2022-06-23 15:57:49 +0200
commite52554c22de37fcb6d1c83be2d3058a93bcb7f4b (patch)
tree8447bd2c0c55a78154b0e119a4c8fd2b293155c9
parent5273e3451f3da7d793c39f8793b166483f560b0e (diff)
parentb6a07bbc94327bca7bd60a48bb8118dcfa0f359d (diff)
Merge pull request #11903 from jhenstridge/use-ppa-for-snapd-build
build-aux/snap: build against the snappy-dev/image PPA
-rw-r--r--build-aux/snap/snapcraft.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml
index ce3b75a6c6..cdd9baecfe 100644
--- a/build-aux/snap/snapcraft.yaml
+++ b/build-aux/snap/snapcraft.yaml
@@ -12,6 +12,9 @@ adopt-info: snapd-deb
# build-base is needed here for snapcraft to build this snap as with "modern"
# snapcraft
build-base: core
+package-repositories:
+ - type: apt
+ ppa: snappy-dev/image
grade: stable
license: GPL-3.0