qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Daniel P . Berrangé" <berrange@redhat.com>,
	qemu-block@nongnu.org, "Michael Tokarev" <mjt@tls.msk.ru>,
	"Yonggang Luo" <luoyonggang@gmail.com>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH v4 8/8] tests: Manually remove libxml2 on MSYS2 runners
Date: Fri, 21 Jan 2022 12:49:07 +0100	[thread overview]
Message-ID: <95dacb4a-ddae-a15e-455b-709351c5486e@redhat.com> (raw)
In-Reply-To: <20220121103623.288054-9-f4bug@amsat.org>

On 21/01/2022 11.36, Philippe Mathieu-Daudé wrote:
> lcitool doesn't support MSYS2 targets, so manually remove
> this now unnecessary library.
> 
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   .cirrus.yml              | 1 -
>   .gitlab-ci.d/windows.yml | 2 --
>   2 files changed, 3 deletions(-)
> 
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 02c43a074a1..7552d709745 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -32,7 +32,6 @@ windows_msys2_task:
>         mingw-w64-x86_64-libgcrypt
>         mingw-w64-x86_64-libpng
>         mingw-w64-x86_64-libssh
> -      mingw-w64-x86_64-libxml2
>         mingw-w64-x86_64-snappy
>         mingw-w64-x86_64-libusb
>         mingw-w64-x86_64-usbredir
> diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
> index 62dd9ed8329..1df16303491 100644
> --- a/.gitlab-ci.d/windows.yml
> +++ b/.gitlab-ci.d/windows.yml
> @@ -44,7 +44,6 @@ msys2-64bit:
>         mingw-w64-x86_64-libssh
>         mingw-w64-x86_64-libtasn1
>         mingw-w64-x86_64-libusb
> -      mingw-w64-x86_64-libxml2
>         mingw-w64-x86_64-nettle
>         mingw-w64-x86_64-ninja
>         mingw-w64-x86_64-pixman
> @@ -80,7 +79,6 @@ msys2-32bit:
>         mingw-w64-i686-libssh
>         mingw-w64-i686-libtasn1
>         mingw-w64-i686-libusb
> -      mingw-w64-i686-libxml2
>         mingw-w64-i686-lzo2
>         mingw-w64-i686-ninja
>         mingw-w64-i686-pixman

Reviewed-by: Thomas Huth <thuth@redhat.com>



      reply	other threads:[~2022-01-21 11:57 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21 10:36 [PATCH v4 0/8] tests: Refresh lcitool submodule & remove libxml2 Philippe Mathieu-Daudé via
2022-01-21 10:36 ` [PATCH v4 1/8] MAINTAINERS: Cover lcitool submodule with build test / automation Philippe Mathieu-Daudé via
2022-01-21 11:35   ` Thomas Huth
2022-01-21 10:36 ` [PATCH v4 2/8] gitmodules: Correct libvirt-ci URL Philippe Mathieu-Daudé via
2022-01-21 10:46   ` Philippe Mathieu-Daudé via
2022-01-21 10:47   ` Daniel P. Berrangé
2022-01-21 11:36   ` Thomas Huth
2022-01-21 10:36 ` [PATCH v4 3/8] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files Philippe Mathieu-Daudé via
2022-01-21 10:36 ` [PATCH v4 4/8] tests: Refresh lcitool submodule Philippe Mathieu-Daudé via
2022-01-21 11:40   ` Thomas Huth
2022-01-21 11:47     ` Daniel P. Berrangé
2022-01-21 14:30       ` Warner Losh
2022-01-21 14:34         ` Daniel P. Berrangé
2022-01-21 15:37           ` Philippe Mathieu-Daudé via
2022-01-21 10:36 ` [PATCH v4 5/8] tests/lcitool: Install libibumad to cover RDMA on Debian based distros Philippe Mathieu-Daudé via
2022-01-21 10:36 ` [PATCH v4 6/8] drop libxml2 checks since libxml is not actually used (for parallels) Philippe Mathieu-Daudé via
2022-01-21 11:45   ` Thomas Huth
2022-01-21 10:36 ` [PATCH v4 7/8] tests/lcitool: Remove libxml2 Philippe Mathieu-Daudé via
2022-01-21 11:47   ` Thomas Huth
2022-01-21 12:50     ` Philippe Mathieu-Daudé via
2022-01-21 10:36 ` [PATCH v4 8/8] tests: Manually remove libxml2 on MSYS2 runners Philippe Mathieu-Daudé via
2022-01-21 11:49   ` Thomas Huth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=95dacb4a-ddae-a15e-455b-709351c5486e@redhat.com \
    --to=thuth@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=luoyonggang@gmail.com \
    --cc=mjt@tls.msk.ru \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).