From 6d9d5eb64ca9ab3b7ad533349cfb32a693a850c4 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Fri, 29 Nov 2024 16:29:59 +0000 Subject: [PATCH] lxd: Cherry-pick fix Fix for https://github.com/canonical/lxd/pull/14555 Signed-off-by: Thomas Parrott --- snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 92442af6..db11d6f8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1507,6 +1507,8 @@ parts: git config user.email "noreply@lists.canonical.com" git config user.name "LXD snap builder" + git cherry-pick a014ad5514ee753d602b55ebce6f743a2efdbe5a # lxd/instance/drivers/driver/qemu: Fix nvram file update from 2MB OVMF and CSM mode + # Setup build environment export GOPATH="$(realpath ./.go)" export CGO_CFLAGS="-I${CRAFT_STAGE}/include/ -I${CRAFT_STAGE}/usr/local/include/"