Re: [libvirt PATCH v3] ci: Switch to meson build system

2020-11-24 Thread Andrea Bolognani
On Mon, 2020-11-23 at 18:37 +0100, Erik Skultety wrote: > +++ b/ci/Makefile > @@ -221,12 +203,15 @@ ci-run-command@%: ci-prepare-tree > --user="#$(CI_UID)" \ > --group="#$(CI_GID)" \ > CONFIGURE_OPTS="$$CONFIGURE_OPTS" \ > + MESON_OPTS="

[libvirt PATCH v3] ci: Switch to meson build system

2020-11-23 Thread Erik Skultety
Add meson required bits to the ci logic in the repo to be able to run a meson build in a container. This patch also drops a few environment variables we don't need with meson anymore. Signed-off-by: Erik Skultety --- v2: https://www.redhat.com/archives/libvir-list/2020-November/msg00380.html Sinc