From de3095c0bca72b444c267b49ac973733a4d2d983 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 28 Jul 2025 19:01:41 +1000 Subject: [PATCH] chore: Disable libvirt & virtlog daemons --- .gitea/workflows/actions.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index aca9e8e..57ea861 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -87,17 +87,16 @@ jobs: qemu-img create -f qcow2 ubuntu-vm/ubuntu.qcow2 10G - name: Run virt-install run: | - apt-get update && \ - apt-get install -y \ - libvirt-daemon-system \ - libvirt-clients \ - virtinst \ - qemu-utils + # apt-get update && \ + # apt-get install -y \ + # libvirt-daemon-system \ + # libvirt-clients \ + # virtinst \ + # qemu-utils - libvirtd -d && virtlogd -d + # libvirtd -d && virtlogd -d virt-install \ - --virt-type qemu \ --name ubuntu-harvester \ --ram 3072 \ --vcpus 2 \