summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/debian-s390x-cross.docker
diff options
context:
space:
mode:
authorDaniel P. Berrangé2022-07-25 16:05:08 +0200
committerAlex Bennée2022-07-29 10:48:01 +0200
commitfeb6cb936906ad049bdc77ef176b1d402e341c29 (patch)
treed7a6838fee8ec423144fa707553d04f842065980 /tests/docker/dockerfiles/debian-s390x-cross.docker
parentMerge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into staging (diff)
downloadqemu-feb6cb936906ad049bdc77ef176b1d402e341c29.tar.gz
qemu-feb6cb936906ad049bdc77ef176b1d402e341c29.tar.xz
qemu-feb6cb936906ad049bdc77ef176b1d402e341c29.zip
tests: refresh to latest libvirt-ci module
Notable changes: - libvirt-ci source tree was re-arranged, so the script we run now lives in a bin/ sub-dir - opensuse 15.2 is replaced by opensuse 15.3 - libslirp is temporarily dropped on opensuse as the libslirp-version.h is broken https://bugzilla.opensuse.org/show_bug.cgi?id=1201551 - The incorrectly named python3-virtualenv module was changed to python3-venv, but most distros don't need any package as 'venv' is a standard part of python - glibc-static was renamed to libc-static, to reflect fact that it isn't going to be glibc on all distros - The cmocka/json-c deps that were manually added to the centos dockerfile and are now consistently added to all targets Acked-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220722130431.2319019-2-berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220725140520.515340-2-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/dockerfiles/debian-s390x-cross.docker')
-rw-r--r--tests/docker/dockerfiles/debian-s390x-cross.docker2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/debian-s390x-cross.docker b/tests/docker/dockerfiles/debian-s390x-cross.docker
index ff79a2cc4f..c0cbe09e66 100644
--- a/tests/docker/dockerfiles/debian-s390x-cross.docker
+++ b/tests/docker/dockerfiles/debian-s390x-cross.docker
@@ -84,6 +84,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
libcacard-dev:s390x \
libcap-ng-dev:s390x \
libcapstone-dev:s390x \
+ libcmocka-dev:s390x \
libcurl4-gnutls-dev:s390x \
libdaxctl-dev:s390x \
libdrm-dev:s390x \
@@ -102,6 +103,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
libiscsi-dev:s390x \
libjemalloc-dev:s390x \
libjpeg62-turbo-dev:s390x \
+ libjson-c-dev:s390x \
liblttng-ust-dev:s390x \
liblzo2-dev:s390x \
libncursesw5-dev:s390x \