[libvirt PATCH 0/3] tests: Don't use GIO_COMPILATION

Andrea Bolognani posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230330143933.423024-1-abologna@redhat.com
tests/meson.build       | 11 ++++++-----
tests/virfirewalltest.c |  4 ----
2 files changed, 6 insertions(+), 9 deletions(-)
[libvirt PATCH 0/3] tests: Don't use GIO_COMPILATION
Posted by Andrea Bolognani 1 year, 1 month ago
See patch 3/3 for the rationale.

Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/823120265

Andrea Bolognani (3):
  tests: Drop dead code
  tests: Don't build virgdbusmock on Windows
  tests: Don't use GIO_COMPILATION

 tests/meson.build       | 11 ++++++-----
 tests/virfirewalltest.c |  4 ----
 2 files changed, 6 insertions(+), 9 deletions(-)

-- 
2.39.2
Re: [libvirt PATCH 0/3] tests: Don't use GIO_COMPILATION
Posted by Ján Tomko 1 year, 1 month ago
On a Thursday in 2023, Andrea Bolognani wrote:
>See patch 3/3 for the rationale.
>
>Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/823120265
>
>Andrea Bolognani (3):
>  tests: Drop dead code
>  tests: Don't build virgdbusmock on Windows
>  tests: Don't use GIO_COMPILATION
>
> tests/meson.build       | 11 ++++++-----
> tests/virfirewalltest.c |  4 ----
> 2 files changed, 6 insertions(+), 9 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

However I'm not convinced this is post-rc2 material.

Jano
Re: [libvirt PATCH 0/3] tests: Don't use GIO_COMPILATION
Posted by Andrea Bolognani 1 year, 1 month ago
On Thu, Mar 30, 2023 at 04:59:38PM +0200, Ján Tomko wrote:
> On a Thursday in 2023, Andrea Bolognani wrote:
> >  tests: Drop dead code
> >  tests: Don't build virgdbusmock on Windows
> >  tests: Don't use GIO_COMPILATION
> >
> > tests/meson.build       | 11 ++++++-----
> > tests/virfirewalltest.c |  4 ----
> > 2 files changed, 6 insertions(+), 9 deletions(-)
>
> Reviewed-by: Ján Tomko <jtomko@redhat.com>
>
> However I'm not convinced this is post-rc2 material.

It's good that I had no intention of pushing it until after the
release of 9.2.0 then :)

-- 
Andrea Bolognani / Red Hat / Virtualization
Re: [libvirt PATCH 0/3] tests: Don't use GIO_COMPILATION
Posted by Jonathon Jongsma 1 year, 1 month ago
On 3/30/23 9:39 AM, Andrea Bolognani wrote:
> See patch 3/3 for the rationale.
> 
> Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/823120265
> 
> Andrea Bolognani (3):
>    tests: Drop dead code
>    tests: Don't build virgdbusmock on Windows
>    tests: Don't use GIO_COMPILATION
> 
>   tests/meson.build       | 11 ++++++-----
>   tests/virfirewalltest.c |  4 ----
>   2 files changed, 6 insertions(+), 9 deletions(-)
> 


Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>