From 63f752e9bc350195b8a7500dce3b21253ebe3086 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Thu, 21 Sep 2023 16:06:48 +0100 Subject: [PATCH] snapcraft: Cherry-pick upstream bug fixes Signed-off-by: Thomas Parrott --- snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index c570df563..509f0348c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1399,6 +1399,8 @@ parts: git config user.email "noreply@lists.canonical.com" git config user.name "LXD snap builder" + git cherry-pick 5ccebec7d2a4f2e98ded41fac891504e3072daf3 # patches: Don't fail if no storage pools were found + # Setup build environment export GOPATH=$(realpath ./.go) export CGO_CFLAGS="-I${CRAFT_STAGE}/include/ -I${CRAFT_STAGE}/usr/local/include/"