[libvirt PATCH v2 0/2] Switch our build repo CI recipes in the ci subdirectory to meson

Erik Skultety posted 2 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1604920785.git.eskultet@redhat.com
ci/Makefile | 37 +++++++------------------------------
ci/build.sh | 20 +++++---------------
2 files changed, 12 insertions(+), 45 deletions(-)
[libvirt PATCH v2 0/2] Switch our build repo CI recipes in the ci subdirectory to meson
Posted by Erik Skultety 3 years, 5 months ago
Since v1:
- honor MESON_OPTS from our cross containers
- remove several more variables
- shuffle the patches a bit

Erik Skultety (2):
  ci: Switch to meson build system
  ci: Drop env variables related to autotools and make

 ci/Makefile | 37 +++++++------------------------------
 ci/build.sh | 20 +++++---------------
 2 files changed, 12 insertions(+), 45 deletions(-)

-- 
2.26.2


Re: [libvirt PATCH v2 0/2] Switch our build repo CI recipes in the ci subdirectory to meson
Posted by Erik Skultety 3 years, 5 months ago
On Mon, Nov 09, 2020 at 12:20:51PM +0100, Erik Skultety wrote:
> Since v1:
> - honor MESON_OPTS from our cross containers
> - remove several more variables
> - shuffle the patches a bit
> 
> Erik Skultety (2):
>   ci: Switch to meson build system
>   ci: Drop env variables related to autotools and make
> 
>  ci/Makefile | 37 +++++++------------------------------
>  ci/build.sh | 20 +++++---------------
>  2 files changed, 12 insertions(+), 45 deletions(-)

Ping

Erik