mbox series

[OSSTEST,0/2] osstest: Fix libvirt build

Message ID 20220802102602.131992-1-anthony.perard@citrix.com (mailing list archive)
Headers show
Series osstest: Fix libvirt build | expand

Message

Anthony PERARD Aug. 2, 2022, 10:26 a.m. UTC
libvirt now use meson+ninja instead of autoconf, so teach osstest to use that.

I ran a flight with that, here is the result:
"tolerable all pass"
http://logs.test-lab.xenproject.org/osstest/logs/172068/

Thanks,

Anthony PERARD (2):
  TestSupport: Add support for installing from backport repo
  ts-libvirt-build: Rework to build with meson

 Osstest/TestSupport.pm | 27 ++++++++++++++--
 ts-libvirt-build       | 70 +++++++++++++++++++++++++++++-------------
 ts-xen-build-prep      |  8 ++++-
 3 files changed, 81 insertions(+), 24 deletions(-)