diff mbox

[OSSTEST,3/3] rump build tests: Disable a lot of unwanted Xen things at configure time

Message ID 1478701847-30651-4-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Nov. 9, 2016, 2:30 p.m. UTC
Amongst other things, we disable rombios which requires lzma.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ts-xen-build-rump | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/ts-xen-build-rump b/ts-xen-build-rump
index 7ce3e73..9ea595b 100755
--- a/ts-xen-build-rump
+++ b/ts-xen-build-rump
@@ -2,5 +2,8 @@ 
 set -ex
 
 exec ./ts-xen-build "$@"						\
+	--disable-ovmf --disable-seabios --disable-blktap2		\
+	--disable-rombios --disable-qemu-traditional			\
+	--disable-stubdom --disable-xen --disable-docs			\
 	---								\
 	tools