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 1/4] automation: install texinfo
Date: Mon, 9 Jul 2018 16:32:13 +0100 [thread overview]
Message-ID: <20180709153216.15892-2-wei.liu2@citrix.com> (raw)
In-Reply-To: <20180709153216.15892-1-wei.liu2@citrix.com>
Stubdom's dependency newlib needs it.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
automation/build/centos/7.2.dockerfile | 1 +
automation/build/debian/jessie.dockerfile | 1 +
automation/build/debian/stretch.dockerfile | 1 +
automation/build/ubuntu/trusty.dockerfile | 1 +
automation/build/ubuntu/xenial.dockerfile | 1 +
5 files changed, 5 insertions(+)
diff --git a/automation/build/centos/7.2.dockerfile b/automation/build/centos/7.2.dockerfile
index c6a1f46d3c..34eac9abd4 100644
--- a/automation/build/centos/7.2.dockerfile
+++ b/automation/build/centos/7.2.dockerfile
@@ -39,4 +39,5 @@ RUN rpm --rebuilddb && \
python-markdown \
patch \
checkpolicy \
+ texinfo \
&& yum clean all
diff --git a/automation/build/debian/jessie.dockerfile b/automation/build/debian/jessie.dockerfile
index 9bb1bdf104..3377a63334 100644
--- a/automation/build/debian/jessie.dockerfile
+++ b/automation/build/debian/jessie.dockerfile
@@ -41,6 +41,7 @@ RUN apt-get update && \
checkpolicy \
wget \
git \
+ texinfo \
&& \
apt-get autoremove -y && \
apt-get clean && \
diff --git a/automation/build/debian/stretch.dockerfile b/automation/build/debian/stretch.dockerfile
index f068457ab6..3d3f140737 100644
--- a/automation/build/debian/stretch.dockerfile
+++ b/automation/build/debian/stretch.dockerfile
@@ -41,6 +41,7 @@ RUN apt-get update && \
checkpolicy \
wget \
git \
+ texinfo \
&& \
apt-get autoremove -y && \
apt-get clean && \
diff --git a/automation/build/ubuntu/trusty.dockerfile b/automation/build/ubuntu/trusty.dockerfile
index cc750873e3..de173891a7 100644
--- a/automation/build/ubuntu/trusty.dockerfile
+++ b/automation/build/ubuntu/trusty.dockerfile
@@ -41,6 +41,7 @@ RUN apt-get update && \
checkpolicy \
wget \
git \
+ texinfo \
&& \
apt-get autoremove -y && \
apt-get clean && \
diff --git a/automation/build/ubuntu/xenial.dockerfile b/automation/build/ubuntu/xenial.dockerfile
index aa551c1b5c..76a923fb97 100644
--- a/automation/build/ubuntu/xenial.dockerfile
+++ b/automation/build/ubuntu/xenial.dockerfile
@@ -41,6 +41,7 @@ RUN apt-get update && \
checkpolicy \
wget \
git \
+ texinfo \
&& \
apt-get autoremove -y && \
apt-get clean && \
--
2.11.0
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev 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 ` Wei Liu [this message]
2018-07-09 17:14 ` [PATCH v2 1/4] automation: install texinfo 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 ` [PATCH v2 4/4] automation: build more stuff on x86 with docker Wei Liu
2018-07-09 17:18 ` 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-2-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).