qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 11/25] tests/docker: remove amd64 qemu/debian10 dependency


From: Thomas Huth
Subject: Re: [PATCH v1 11/25] tests/docker: remove amd64 qemu/debian10 dependency
Date: Sat, 27 Aug 2022 06:59:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0

On 26/08/2022 23.47, Alex Bennée wrote:

Thomas Huth <thuth@redhat.com> writes:

On 26/08/2022 19.21, Alex Bennée wrote:
We missed removing this dependency when we flattened the build.
Fixes 9e19fd7d4a (tests/docker: update debian-amd64 with lcitool)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
   tests/docker/Makefile.include | 1 -
   1 file changed, 1 deletion(-)
diff --git a/tests/docker/Makefile.include
b/tests/docker/Makefile.include
index 5c9398bbc9..c3375f89c5 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -73,7 +73,6 @@ docker-binfmt-image-debian-%: 
$(DOCKER_FILES_DIR)/debian-bootstrap.docker
   # we don't run tests on intermediate images (used as base by another image)
   DOCKER_PARTIAL_IMAGES := debian10 debian11
   ifeq ($(HOST_ARCH),x86_64)
-docker-image-debian-amd64: docker-image-debian10
   DOCKER_PARTIAL_IMAGES += debian-amd64-cross
   else
   docker-image-debian-amd64-cross: docker-image-debian10

What about the "DOCKER_PARTIAL_IMAGES += debian-amd64" that comes
later in this file? Do we still need that line?

Yes because this stops us using the image on non-x86 hosts. It's poorly
named but I don't want to further complicate the Makefile while trying
to simplify it ;-)

All right, thanks for the explanation! In that case the patch seems fine to me:

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]