qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fam Zheng <famz@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 4/4] docker: add centos7 image
Date: Tue, 15 Aug 2017 16:45:45 +0800	[thread overview]
Message-ID: <20170815084545.GA14412@lemon> (raw)
In-Reply-To: <20170728233316.13352-5-f4bug@amsat.org>

On Fri, 07/28 20:33, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  tests/docker/dockerfiles/centos7.docker | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
>  create mode 100644 tests/docker/dockerfiles/centos7.docker
> 
> diff --git a/tests/docker/dockerfiles/centos7.docker b/tests/docker/dockerfiles/centos7.docker
> new file mode 100644
> index 0000000000..0b59aa2f26
> --- /dev/null
> +++ b/tests/docker/dockerfiles/centos7.docker
> @@ -0,0 +1,31 @@
> +FROM centos:7
> +RUN yum install -y epel-release centos-release-xen
> +RUN yum -y update
> +ENV PACKAGES \
> +    bison \
> +    bzip2-devel \
> +    ccache \
> +    csnappy-devel \
> +    flex \
> +    g++ \
> +    gcc \
> +    git \
> +    glib2-devel \
> +    libepoxy-devel \
> +    libfdt-devel \
> +    librdmacm-devel \
> +    lzo-devel \
> +    make \
> +    mesa-libEGL-devel \
> +    mesa-libgbm-devel \
> +    pixman-devel \
> +    SDL-devel \
> +    spice-glib-devel \
> +    spice-server-devel \
> +    tar \
> +    vte-devel \
> +    xen-devel \
> +    zlib-devel
> +RUN yum install -y $PACKAGES
> +RUN rpm -q $PACKAGES | sort > /packages.txt
> +
> -- 
> 2.13.3
> 

Not a fault of this patch but I found that "test-quick" fails at vhost-user-test
due to -EACCESS in qemu_memfd_alloc():ftruncate(). Adding --privileged to the
docker run command line fixes it.

Fam

  reply	other threads:[~2017-08-15  8:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-28 23:33 [Qemu-devel] [PATCH 0/4] docker: improve code coverage on CentOS images Philippe Mathieu-Daudé
2017-07-28 23:33 ` [Qemu-devel] [PATCH 1/4] docker: use one package per line in CentOS config Philippe Mathieu-Daudé
2017-07-28 23:33 ` [Qemu-devel] [PATCH 2/4] docker: add Xen libs to centos6 image Philippe Mathieu-Daudé
2017-07-28 23:33 ` [Qemu-devel] [PATCH 3/4] docker: install more packages on CentOS to extend code coverage Philippe Mathieu-Daudé
2017-07-28 23:33 ` [Qemu-devel] [PATCH 4/4] docker: add centos7 image Philippe Mathieu-Daudé
2017-08-15  8:45   ` Fam Zheng [this message]
2017-08-15  7:58 ` [Qemu-devel] [PATCH 0/4] docker: improve code coverage on CentOS images 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=20170815084545.GA14412@lemon \
    --to=famz@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=f4bug@amsat.org \
    --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).