summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/centos8.docker
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2022-02-04 21:43:18 +0100
committerAlex Bennée2022-02-09 13:08:42 +0100
commitdabee8381a2c3b838f9398bb9f05a012df8768c9 (patch)
treeb104f2c53251198f239ec07d758b48feff47f303 /tests/docker/dockerfiles/centos8.docker
parentdrop libxml2 checks since libxml is not actually used (for parallels) (diff)
downloadqemu-dabee8381a2c3b838f9398bb9f05a012df8768c9.tar.gz
qemu-dabee8381a2c3b838f9398bb9f05a012df8768c9.tar.xz
qemu-dabee8381a2c3b838f9398bb9f05a012df8768c9.zip
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/docker/dockerfiles/centos8.docker')
-rw-r--r--tests/docker/dockerfiles/centos8.docker4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/docker/dockerfiles/centos8.docker b/tests/docker/dockerfiles/centos8.docker
index cbb909d02b..3abac7a8b1 100644
--- a/tests/docker/dockerfiles/centos8.docker
+++ b/tests/docker/dockerfiles/centos8.docker
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTO-GENERATED
#
-# $ lcitool dockerfile centos-8 qemu
+# $ lcitool dockerfile --layers all centos-8 qemu
#
# https://gitlab.com/libvirt/libvirt-ci
@@ -69,10 +69,8 @@ RUN dnf update -y && \
libssh-devel \
libtasn1-devel \
libubsan \
- libudev-devel \
liburing-devel \
libusbx-devel \
- libxml2-devel \
libzstd-devel \
llvm \
lttng-ust-devel \