[libvirt] [PATCH v4 6/7] tests: add cross compiler images to CI test help output

Daniel P. Berrangé berrange at redhat.com
Wed Apr 3 10:41:47 UTC 2019


Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 Makefile.ci | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Makefile.ci b/Makefile.ci
index 984cd3c205..967846a673 100644
--- a/Makefile.ci
+++ b/Makefile.ci
@@ -203,6 +203,18 @@ ci-help:
 	@echo "    fedora-rawhide"
 	@echo "    ubuntu-18"
 	@echo
+	@echo "Available cross-compiler container images:"
+	@echo
+	@echo "    debian-[9,sid]-cross-aarch64"
+	@echo "    debian-[9,sid]-cross-armv6l"
+	@echo "    debian-[9,sid]-cross-armv7l"
+	@echo "    debian-sid-cross-i686"
+	@echo "    debian-[9,sid]-cross-mips64el"
+	@echo "    debian-[9,sid]-cross-mips"
+	@echo "    debian-[9,sid]-cross-mipsel"
+	@echo "    debian-[9,sid]-cross-ppc64le"
+	@echo "    debian-[9,sid]-cross-s390x"
+	@echo
 	@echo "Available make variables:"
 	@echo
 	@echo "    CI_CLEAN=0  - do not delete '$(CI_SCRATCHDIR)' after completion"
-- 
2.20.1




More information about the libvir-list mailing list