tests/lcitool: Update libvirt-ci and add libcbor dependency

libcbor dependecy is necessary for adding virtio-nsm and nitro-enclave
machine support in the following commits. libvirt-ci has already been
updated with the dependency upstream and this commit updates libvirt-ci
submodule in QEMU to latest upstream. Also the libcbor dependency has
been added to tests/lcitool/projects/qemu.yml.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dorjoy Chowdhury <dorjoychy111@gmail.com>
Reviewed-by: Alexander Graf <graf@amazon.com>
Link: https://lore.kernel.org/r/20241008211727.49088-2-dorjoychy111@gmail.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Dorjoy Chowdhury 2024-10-09 03:17:22 +06:00 committed by Paolo Bonzini
parent 7cac7aa704
commit 1ac32dc8ea
19 changed files with 19 additions and 2 deletions

View file

@ -36,6 +36,7 @@ packages:
- libcacard-dev
- libcap-ng-dev
- libcapstone-dev
- libcbor-dev
- libcmocka-dev
- libcurl4-gnutls-dev
- libdaxctl-dev

View file

@ -36,6 +36,7 @@ packages:
- libcacard-dev
- libcap-ng-dev
- libcapstone-dev
- libcbor-dev
- libcmocka-dev
- libcurl4-gnutls-dev
- libdaxctl-dev