[libvirt PATCH 0/4] meson: Make syntax-check work on FreeBSD and macOS

Andrea Bolognani posted 4 patches 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210324183800.201678-1-abologna@redhat.com
build-aux/Makefile.in     |  1 +
build-aux/meson.build     | 22 ++++++++++++++++------
build-aux/syntax-check.mk |  9 ---------
3 files changed, 17 insertions(+), 15 deletions(-)
[libvirt PATCH 0/4] meson: Make syntax-check work on FreeBSD and macOS
Posted by Andrea Bolognani 3 years ago
Test pipeline:

  https://gitlab.com/abologna/libvirt/-/pipelines/275868429

Note that

  https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/101

needs to be merged and the data in ci/cirrus/ regenerated
accordingly before this can be pushed without introducing CI
failures.

Andrea Bolognani (4):
  meson: Print custom message when GNU grep is not installed
  meson: Reorganize looking for programs
  meson: Check GNU sed's availability
  meson: Look for GNU tools on macOS too

 build-aux/Makefile.in     |  1 +
 build-aux/meson.build     | 22 ++++++++++++++++------
 build-aux/syntax-check.mk |  9 ---------
 3 files changed, 17 insertions(+), 15 deletions(-)

-- 
2.26.3


Re: [libvirt PATCH 0/4] meson: Make syntax-check work on FreeBSD and macOS
Posted by Erik Skultety 2 years, 12 months ago
On Wed, Mar 24, 2021 at 07:37:56PM +0100, Andrea Bolognani wrote:
> Test pipeline:
> 
>   https://gitlab.com/abologna/libvirt/-/pipelines/275868429
> 
> Note that
> 
>   https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/101
> 
> needs to be merged and the data in ci/cirrus/ regenerated
> accordingly before this can be pushed without introducing CI
> failures.

Reviewed-by: Erik Skultety <eskultet@redhat.com>