xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: Wei Liu <wei.liu2@citrix.com>, Doug Goldstein <cardoe@cardoe.com>
Subject: [PATCH v2 4/4] automation: build more stuff on x86 with docker
Date: Mon, 9 Jul 2018 16:32:16 +0100	[thread overview]
Message-ID: <20180709153216.15892-5-wei.liu2@citrix.com> (raw)
In-Reply-To: <20180709153216.15892-1-wei.liu2@citrix.com>

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
Untested
---
 automation/scripts/build | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/automation/scripts/build b/automation/scripts/build
index b90fc43d26..b9e4c1e329 100755
--- a/automation/scripts/build
+++ b/automation/scripts/build
@@ -11,8 +11,6 @@ fi
 
 # build up our configure options
 cfgargs=()
-cfgargs+=("--disable-stubdom") # more work needed into building this
-cfgargs+=("--disable-rombios")
 cfgargs+=("--enable-docs")
 
 # SeaBIOS cannot be built with clang
@@ -20,9 +18,7 @@ if [[ "${CC}" == "clang" ]]; then
     cfgargs+=("--with-system-seabios=/usr/share/seabios/bios.bin")
 fi
 
-if [[ "${XEN_TARGET_ARCH}" == "x86_64" ]]; then
-    cfgargs+=("--enable-tools")
-else
+if [[ "${XEN_TARGET_ARCH}" == "arm64" || "${XEN_TARGET_ARCH}" == "arm32" ]]; then
     cfgargs+=("--disable-tools") # we don't have the cross depends installed
 fi
 
-- 
2.11.0


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

  parent reply	other threads:[~2018-07-09 15:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-09 15:32 [PATCH v2 0/4] Improvement to docker-based build automation Wei Liu
2018-07-09 15:32 ` [PATCH v2 1/4] automation: install texinfo Wei Liu
2018-07-09 17:14   ` Doug Goldstein
2018-07-10  7:16     ` Wei Liu
2018-07-09 15:32 ` [PATCH v2 2/4] automation: install some packages for CentOS from EPEL Wei Liu
2018-07-09 16:46   ` Doug Goldstein
2018-07-10  7:16     ` Wei Liu
2018-07-09 15:32 ` [PATCH v2 3/4] automation: introduce stretch-i386.dockerfile Wei Liu
2018-07-09 17:16   ` Doug Goldstein
2018-07-09 15:32 ` Wei Liu [this message]
2018-07-09 17:18   ` [PATCH v2 4/4] automation: build more stuff on x86 with docker Doug Goldstein

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=20180709153216.15892-5-wei.liu2@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=cardoe@cardoe.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).