diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-02-04 20:43:18 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-02-09 12:08:42 +0000 |
commit | dabee8381a2c3b838f9398bb9f05a012df8768c9 (patch) | |
tree | b104f2c53251198f239ec07d758b48feff47f303 /tests/lcitool/projects/qemu.yml | |
parent | 9e8be4c546ce8469ca9702715bf8f198d604b685 (diff) | |
download | qemu-dabee8381a2c3b838f9398bb9f05a012df8768c9.zip qemu-dabee8381a2c3b838f9398bb9f05a012df8768c9.tar.gz qemu-dabee8381a2c3b838f9398bb9f05a012df8768c9.tar.bz2 |
tests/lcitool: Refresh submodule and remove libxml2
The previous commit removed all uses of libxml2.
Refresh lcitool submodule, update qemu.yml and refresh the generated
files by running:
$ make lcitool-refresh
Note: This refreshment also removes libudev dependency on Fedora
and CentOS due to libvirt-ci commit 18bfaee ("mappings: Improve
mapping for libudev"), since "The udev project has been absorbed
by the systemd project", and lttng-ust on FreeBSD runners due to
libvirt-ci commit 6dd9b6f ("guests: drop lttng-ust from FreeBSD
platform").
Reviewed-by: Daniel P. Berrangé <berrange@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-6-f4bug@amsat.org>
Message-Id: <20220204204335.1689602-10-alex.bennee@linaro.org>
Diffstat (limited to 'tests/lcitool/projects/qemu.yml')
-rw-r--r-- | tests/lcitool/projects/qemu.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lcitool/projects/qemu.yml b/tests/lcitool/projects/qemu.yml index ed5ab14..de51a2f 100644 --- a/tests/lcitool/projects/qemu.yml +++ b/tests/lcitool/projects/qemu.yml @@ -63,7 +63,6 @@ packages: - liburing - libusbx - libvdeplug - - libxml2 - libzstd - llvm - lttng-ust |