From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: famz@redhat.com
Subject: [Qemu-devel] [PATCH 5/6] tests/docker: support travis test with fedora image
Date: Mon, 6 Jun 2016 16:46:56 +0200 [thread overview]
Message-ID: <1465224417-141321-6-git-send-email-pbonzini@redhat.com> (raw)
In-Reply-To: <1465224417-141321-1-git-send-email-pbonzini@redhat.com>
Install sparse and PyYAML.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tests/docker/dockerfiles/fedora.docker | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/docker/dockerfiles/fedora.docker b/tests/docker/dockerfiles/fedora.docker
index 76acff3..1d26a8e 100644
--- a/tests/docker/dockerfiles/fedora.docker
+++ b/tests/docker/dockerfiles/fedora.docker
@@ -1,7 +1,7 @@
FROM fedora:23
RUN dnf install -y \
- ccache git tar flex bison \
+ ccache git tar PyYAML sparse flex bison \
glib2-devel pixman-devel zlib-devel SDL-devel libfdt-devel \
gcc gcc-c++ clang make perl which bc findutils \
mingw{32,64}-{pixman,glib2,gmp,SDL,pkg-config,gtk2,gtk3,gnutls,nettle,libtasn1,libjpeg-turbo,libpng,curl,libssh2,bzip2}
-ENV FEATURES mingw clang
+ENV FEATURES mingw clang pyyaml
--
1.8.3.1
next prev parent reply other threads:[~2016-06-06 14:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-06 14:46 [Qemu-devel] [PATCH 0/6] Small tests/docker fixes Paolo Bonzini
2016-06-06 14:46 ` [Qemu-devel] [PATCH 1/6] tests/docker: fix make-archive-maybe Paolo Bonzini
2016-06-07 2:41 ` Fam Zheng
2016-06-06 14:46 ` [Qemu-devel] [PATCH 2/6] tests/docker: make test-full build all targets, not none Paolo Bonzini
2016-06-06 14:46 ` [Qemu-devel] [PATCH 3/6] tests/docker: fix test-mingw Paolo Bonzini
2016-06-06 14:46 ` [Qemu-devel] [PATCH 4/6] tests/docker: remove unused feature "ccache" Paolo Bonzini
2016-06-06 14:46 ` Paolo Bonzini [this message]
2016-06-06 14:46 ` [Qemu-devel] [PATCH 6/6] tests/docker: build all targets in test-clang Paolo Bonzini
2016-06-07 3:34 ` [Qemu-devel] [PATCH 0/6] Small tests/docker fixes Fam Zheng
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=1465224417-141321-6-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=famz@redhat.com \
--cc=qemu-devel@nongnu.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).