]> Git Repo - qemu.git/commitdiff
tests/docker: Remove fedora-i386-cross from DOCKER_PARTIAL_IMAGES
authorRichard Henderson <[email protected]>
Thu, 30 Sep 2021 16:36:35 +0000 (12:36 -0400)
committerRichard Henderson <[email protected]>
Tue, 5 Oct 2021 23:53:17 +0000 (16:53 -0700)
The image was upgraded to a full image in ee381b7fe146.
This makes it possible to use docker-test@image syntax
with this container.

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
Message-Id: <20210930163636[email protected]>

tests/docker/Makefile.include

index ff5d732889b59b4df1ab7cad7e1cc84f56c9f349..0806c6f7269efa169396dbda8ac18ca1c5c12921 100644 (file)
@@ -184,7 +184,7 @@ DOCKER_PARTIAL_IMAGES += debian-riscv64-cross
 DOCKER_PARTIAL_IMAGES += debian-sh4-cross debian-sparc64-cross
 DOCKER_PARTIAL_IMAGES += debian-tricore-cross
 DOCKER_PARTIAL_IMAGES += debian-xtensa-cross
-DOCKER_PARTIAL_IMAGES += fedora-i386-cross fedora-cris-cross
+DOCKER_PARTIAL_IMAGES += fedora-cris-cross
 
 # Rules for building linux-user powered images
 #
This page took 0.026358 seconds and 4 git commands to generate.