[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 10/22] tests: Manually remove libxml2 on MSYS2 runners
From: |
Alex Bennée |
Subject: |
[PATCH v1 10/22] tests: Manually remove libxml2 on MSYS2 runners |
Date: |
Mon, 24 Jan 2022 20:15:56 +0000 |
From: Philippe Mathieu-Daudé <f4bug@amsat.org>
lcitool doesn't support MSYS2 targets, so manually remove
this now unnecessary library.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220121154134.315047-7-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 02c43a074a..7552d70974 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 62dd9ed832..1df1630349 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
--
2.30.2
- [PATCH v1 03/22] Makefile: also remove .gcno files when cleaning, (continued)
- [PATCH v1 03/22] Makefile: also remove .gcno files when cleaning, Alex Bennée, 2022/01/24
- [PATCH v1 06/22] gitmodules: Correct libvirt-ci submodule URL, Alex Bennée, 2022/01/24
- [PATCH v1 12/22] plugins: stxp test case from Aaron (!upstream), Alex Bennée, 2022/01/24
- [PATCH v1 08/22] drop libxml2 checks since libxml is not actually used (for parallels), Alex Bennée, 2022/01/24
- [PATCH v1 09/22] tests/lcitool: Refresh submodule and remove libxml2, Alex Bennée, 2022/01/24
- [PATCH v1 10/22] tests: Manually remove libxml2 on MSYS2 runners,
Alex Bennée <=
- [PATCH v1 17/22] plugins: add helper functions for coverage plugins, Alex Bennée, 2022/01/24
- [PATCH v1 14/22] tracing: remove TCG memory access tracing, Alex Bennée, 2022/01/24
- [PATCH v1 21/22] target/i386: use CPU_LOG_INT for IRQ servicing, Alex Bennée, 2022/01/24
- [PATCH v1 11/22] tests/lcitool: Install libibumad to cover RDMA on Debian based distros, Alex Bennée, 2022/01/24
- [PATCH v1 20/22] tests/plugins: add instruction matching to libinsn.so, Alex Bennée, 2022/01/24
- [PATCH v1 19/22] tests/plugin: allow libinsn.so per-CPU counts, Alex Bennée, 2022/01/24