qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH RFC 03/10] docker: add a placeholder for handling no


From: Alex Bennée
Subject: [Qemu-devel] [PATCH RFC 03/10] docker: add a placeholder for handling non-x86 hosts
Date: Wed, 18 Jul 2018 11:04:58 +0100

We want to keep all our variations in one place. This is that place.

Signed-off-by: Alex Bennée <address@hidden>
---
 tests/docker/Makefile.include | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index 22adf6ac73..7d13ddd497 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -139,6 +139,18 @@ DOCKER_USER_IMAGES += debian-powerpc-user
 # tests due to missing system call: 249 which causes an abort
 DOCKER_PARTIAL_IMAGES += debian-powerpc-user-cross
 
+# Modifications for non-x86 hosts
+#
+# While docker itself is now multiarch aware and will generally do the
+# right thing (assuming the source also supports multiple
+# architectures) there are still variations we need to take into
+# account. These are all done here.
+
+ifneq ($(ARCH),x86_64)
+
+
+endif
+
 # Expand all the pre-requistes for each docker image and test combination
 $(foreach i,$(filter-out $(DOCKER_PARTIAL_IMAGES),$(DOCKER_IMAGES) 
$(DOCKER_DEPRECATED_IMAGES)), \
        $(foreach t,$(DOCKER_TESTS) $(DOCKER_TOOLS), \
-- 
2.17.1




reply via email to

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