From d1ec45f6ce657bedfe52ce450c621853b4abd9f4 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Thu, 7 Nov 2024 15:26:51 +0000 Subject: [PATCH] lxd-qemu-snap: Don't pull submodules - Switch back to gitlab - Don't pull submodules as the firmware is already pre-build in the repo Signed-off-by: Thomas Parrott --- lxd-qemu-snap/snapcraft.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lxd-qemu-snap/snapcraft.yaml b/lxd-qemu-snap/snapcraft.yaml index 305f56d5..a83ad208 100644 --- a/lxd-qemu-snap/snapcraft.yaml +++ b/lxd-qemu-snap/snapcraft.yaml @@ -69,9 +69,11 @@ parts: qemu: after: - virgl - source: https://github.com/qemu/qemu.git - source-tag: v9.0.3 + source: https://gitlab.com/qemu-project/qemu + source-commit: 6a54d5cf55b446ec50d5c5a0b0568a7b28e2913e # v9.0.3 source-depth: 1 + source-submodules: [] + source-type: git plugin: autotools autotools-configure-parameters: - --prefix=/external/qemu