xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: [OSSTEST PATCH 3/3] rump build tests: Disable a lot of unwanted Xen things at configure time
Date: Wed, 9 Nov 2016 14:30:47 +0000	[thread overview]
Message-ID: <1478701847-30651-4-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1478701847-30651-1-git-send-email-ian.jackson@eu.citrix.com>

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 --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
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

      parent reply	other threads:[~2016-11-09 14:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-09 14:30 [OSSTEST PATCH 0/3] Fix rump tests for lzma et al Ian Jackson
2016-11-09 14:30 ` [OSSTEST PATCH 1/3] ts-xen-build: Support passing arguments to configure Ian Jackson
2016-11-09 14:30 ` [OSSTEST PATCH 2/3] rump build tests: Introduce ts-xen-build-rump Ian Jackson
2016-11-09 14:30 ` Ian Jackson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478701847-30651-4-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).