Re: [PATCH 01/12] tests: re-add opencv2 and numpy dependencies
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 24/8/26 07:28, John Snow wrote: > Fixes: 2a428c8541ec5e9be54aad5f0a446ec8172226c9 > > Some of the dependencies identified as avocado dependencies were in > fact still being used, and should be re-added to our lcitool > configuration to ensure that these tests are being executed in the CI > environment. > > Signed-off-by: John Snow <[email protected]> > --- > tests/docker/dockerfiles/alpine.docker | 1 + > tests/docker/dockerfiles/centos9.docker | 2 ++ > tests/docker/dockerfiles/debian-amd64-cross.docker | 2 ++ > tests/docker/dockerfiles/debian-arm64-cross.docker | 2 ++ > tests/docker/dockerfiles/debian-armhf-cross.docker | 2 ++ > tests/docker/dockerfiles/debian-i686-cross.docker | 2 ++ > tests/docker/dockerfiles/debian-ppc64el-cross.docker | 2 ++ > tests/docker/dockerfiles/debian-riscv64-cross.docker | 2 ++ > tests/docker/dockerfiles/debian-s390x-cross.docker | 2 ++ > tests/docker/dockerfiles/debian.docker | 2 ++ > tests/docker/dockerfiles/fedora-rust-nightly.docker | 2 ++ > tests/docker/dockerfiles/fedora-win64-cross.docker | 2 ++ > tests/docker/dockerfiles/fedora.docker | 2 ++ > tests/docker/dockerfiles/opensuse-leap.docker | 2 ++ > tests/docker/dockerfiles/ubuntu2404.docker | 2 ++ > .gitlab-ci.d/macos-14.vars | 2 +- > scripts/ci/setup/debian/debian-13-ppc64le.yaml | 2 ++ > scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml | 2 ++ > scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml | 2 ++ > tests/lcitool/mappings.yml | 12 ++++++++++++ > tests/lcitool/projects/qemu.yml | 2 ++ > tests/vm/generated/freebsd.json | 2 ++ > 22 files changed, 52 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>