Skip to content

Commit

Permalink
lxd-qemu-snap: Don't pull submodules (#602)
Browse files Browse the repository at this point in the history
This should fix the lxd-qemu-snap tests.

 - Switch back to gitlab
- Don't pull submodules as the firmware is already pre-build in the repo
  • Loading branch information
tomponline authored Nov 7, 2024
2 parents adc5e55 + d1ec45f commit b763521
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lxd-qemu-snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b763521

Please sign in to comment.