[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/15] tests/docker: remove dead code
From: |
Paolo Bonzini |
Subject: |
[PATCH 01/15] tests/docker: remove dead code |
Date: |
Mon, 28 Mar 2022 10:02:26 -0400 |
debian-powerpc-user-cross was the only linux-user powered cross builder
and it was removed in commit 80394ccf21 ("tests/docker: remove
debian-powerpc-user-cross", 2019-09-26). Remove all the infrastructure
around it since it is now unused.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tests/docker/Makefile.include | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index e495b163a0..a6a5a20949 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -229,12 +229,6 @@ DOCKER_PARTIAL_IMAGES += debian-tricore-cross
DOCKER_PARTIAL_IMAGES += debian-xtensa-cross
DOCKER_PARTIAL_IMAGES += fedora-cris-cross
-# Rules for building linux-user powered images
-#
-# These are slower than using native cross compiler setups but can
-# work around issues with poorly working multi-arch systems and broken
-# packages.
-
# Expand all the pre-requistes for each docker image and test combination
$(foreach i,$(filter-out $(DOCKER_PARTIAL_IMAGES)
$(DOCKER_VIRTUAL_IMAGES),$(DOCKER_IMAGES)), \
$(foreach t,$(DOCKER_TESTS), \
@@ -266,11 +260,6 @@ docker:
@echo
@echo 'Available container images:'
@echo ' $(DOCKER_IMAGES)'
-ifneq ($(DOCKER_USER_IMAGES),)
- @echo
- @echo 'Available linux-user images (docker-binfmt-image-debian-%):'
- @echo ' $(DOCKER_USER_IMAGES)'
-endif
@echo
@echo 'Available tests:'
@echo ' $(DOCKER_TESTS)'
--
2.31.1
- [PATCH 00/15] tests/docker and tests/tcg cleanup and diet, Paolo Bonzini, 2022/03/28
- [PATCH 02/15] tests/docker: remove test targets, Paolo Bonzini, 2022/03/28
- [PATCH 05/15] tests/docker: inline variable definitions or move close to use, Paolo Bonzini, 2022/03/28
- [PATCH 08/15] tests/tcg: add compiler test variables when using containers, Paolo Bonzini, 2022/03/28
- [PATCH 14/15] tests/docker: remove SKIP_DOCKER_BUILD, Paolo Bonzini, 2022/03/28
- [PATCH 01/15] tests/docker: remove dead code,
Paolo Bonzini <=
- [PATCH 04/15] tests/docker: remove unnecessary default definitions, Paolo Bonzini, 2022/03/28
- [PATCH 13/15] tests/tcg: invoke Makefile.target directly from QEMU's makefile, Paolo Bonzini, 2022/03/28
- [PATCH 03/15] tests/docker: remove dead variable, Paolo Bonzini, 2022/03/28
- [PATCH 10/15] tests/tcg: remove CONFIG_USER_ONLY from config-target.mak, Paolo Bonzini, 2022/03/28
- [PATCH 06/15] tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES), Paolo Bonzini, 2022/03/28