qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org, Fam Zheng <fam@euphon.net>
Subject: Re: [Qemu-devel] [PATCH] tests/docker: add ubuntu 18.04
Date: Fri, 3 May 2019 19:00:21 +0200	[thread overview]
Message-ID: <6f291a03-0ff4-1c61-1a29-bd334e502564@redhat.com> (raw)
In-Reply-To: <87a7g34hhn.fsf@zen.linaroharston>

On 5/3/19 6:42 PM, Alex Bennée wrote:
> 
> Gerd Hoffmann <kraxel@redhat.com> writes:
> 
>> Based on the ubuntu.docker file.
>> Used to reproduce the build failure Peter was seeing.
>> Others might find this useful too ;)
>>
>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>> ---
>>  tests/docker/dockerfiles/ubuntu1804.docker | 57 ++++++++++++++++++++++
>>  1 file changed, 57 insertions(+)
>>  create mode 100644 tests/docker/dockerfiles/ubuntu1804.docker
>>
>> diff --git a/tests/docker/dockerfiles/ubuntu1804.docker b/tests/docker/dockerfiles/ubuntu1804.docker
>> new file mode 100644
>> index 000000000000..2e2900150b09
>> --- /dev/null
>> +++ b/tests/docker/dockerfiles/ubuntu1804.docker
>> @@ -0,0 +1,57 @@
>> +FROM ubuntu:18.04
>> +ENV PACKAGES flex bison \
>> +    ccache \
>> +    clang \
>> +    gcc \
>> +    gettext \
>> +    git \
>> +    glusterfs-common \
>> +    libaio-dev \
>> +    libattr1-dev \
>> +    libbluetooth-dev \
>> +    libbrlapi-dev \
>> +    libbz2-dev \
>> +    libcacard-dev \
>> +    libcap-dev \
>> +    libcap-ng-dev \
>> +    libcurl4-gnutls-dev \
>> +    libdrm-dev \
>> +    libepoxy-dev \
>> +    libfdt-dev \
>> +    libgbm-dev \
>> +    libgtk-3-dev \
>> +    libibverbs-dev \
>> +    libiscsi-dev \
>> +    libjemalloc-dev \
>> +    libjpeg-turbo8-dev \
>> +    liblzo2-dev \
>> +    libncurses5-dev \
>> +    libncursesw5-dev \
>> +    libnfs-dev \
>> +    libnss3-dev \
>> +    libnuma-dev \
>> +    libpixman-1-dev \
>> +    librados-dev \
>> +    librbd-dev \
>> +    librdmacm-dev \
>> +    libsasl2-dev \
>> +    libsdl2-dev \
>> +    libseccomp-dev \
>> +    libsnappy-dev \
>> +    libspice-protocol-dev \
>> +    libspice-server-dev \
>> +    libssh2-1-dev \
>> +    libusb-1.0-0-dev \
>> +    libusbredirhost-dev \
>> +    libvdeplug-dev \
>> +    libvte-2.91-dev \
>> +    libxen-dev \
>> +    make \
>> +    python-yaml \
>> +    sparse \
>> +    texinfo \
>> +    xfslibs-dev
>> +RUN apt-get update && \
>> +    apt-get -y install $PACKAGES
>> +RUN dpkg -l $PACKAGES | sort > /packages.txt
>> +ENV FEATURES clang pyyaml sdl2
> 
> Queued to testing/next, thanks.

Just finished builds, so if it's not too late:

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

I'm not sure whichever {ubuntu1804/ubuntu18.04}.docker is better,
anyway:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> 
> --
> Alex Bennée
> 

WARNING: multiple messages have this Message-ID (diff)
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>
Cc: Fam Zheng <fam@euphon.net>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] tests/docker: add ubuntu 18.04
Date: Fri, 3 May 2019 19:00:21 +0200	[thread overview]
Message-ID: <6f291a03-0ff4-1c61-1a29-bd334e502564@redhat.com> (raw)
Message-ID: <20190503170021.jrjP5ziD1VLS-zFLIgWhOsVPfncFKHbbBqs9Qja9Qg8@z> (raw)
In-Reply-To: <87a7g34hhn.fsf@zen.linaroharston>

On 5/3/19 6:42 PM, Alex Bennée wrote:
> 
> Gerd Hoffmann <kraxel@redhat.com> writes:
> 
>> Based on the ubuntu.docker file.
>> Used to reproduce the build failure Peter was seeing.
>> Others might find this useful too ;)
>>
>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>> ---
>>  tests/docker/dockerfiles/ubuntu1804.docker | 57 ++++++++++++++++++++++
>>  1 file changed, 57 insertions(+)
>>  create mode 100644 tests/docker/dockerfiles/ubuntu1804.docker
>>
>> diff --git a/tests/docker/dockerfiles/ubuntu1804.docker b/tests/docker/dockerfiles/ubuntu1804.docker
>> new file mode 100644
>> index 000000000000..2e2900150b09
>> --- /dev/null
>> +++ b/tests/docker/dockerfiles/ubuntu1804.docker
>> @@ -0,0 +1,57 @@
>> +FROM ubuntu:18.04
>> +ENV PACKAGES flex bison \
>> +    ccache \
>> +    clang \
>> +    gcc \
>> +    gettext \
>> +    git \
>> +    glusterfs-common \
>> +    libaio-dev \
>> +    libattr1-dev \
>> +    libbluetooth-dev \
>> +    libbrlapi-dev \
>> +    libbz2-dev \
>> +    libcacard-dev \
>> +    libcap-dev \
>> +    libcap-ng-dev \
>> +    libcurl4-gnutls-dev \
>> +    libdrm-dev \
>> +    libepoxy-dev \
>> +    libfdt-dev \
>> +    libgbm-dev \
>> +    libgtk-3-dev \
>> +    libibverbs-dev \
>> +    libiscsi-dev \
>> +    libjemalloc-dev \
>> +    libjpeg-turbo8-dev \
>> +    liblzo2-dev \
>> +    libncurses5-dev \
>> +    libncursesw5-dev \
>> +    libnfs-dev \
>> +    libnss3-dev \
>> +    libnuma-dev \
>> +    libpixman-1-dev \
>> +    librados-dev \
>> +    librbd-dev \
>> +    librdmacm-dev \
>> +    libsasl2-dev \
>> +    libsdl2-dev \
>> +    libseccomp-dev \
>> +    libsnappy-dev \
>> +    libspice-protocol-dev \
>> +    libspice-server-dev \
>> +    libssh2-1-dev \
>> +    libusb-1.0-0-dev \
>> +    libusbredirhost-dev \
>> +    libvdeplug-dev \
>> +    libvte-2.91-dev \
>> +    libxen-dev \
>> +    make \
>> +    python-yaml \
>> +    sparse \
>> +    texinfo \
>> +    xfslibs-dev
>> +RUN apt-get update && \
>> +    apt-get -y install $PACKAGES
>> +RUN dpkg -l $PACKAGES | sort > /packages.txt
>> +ENV FEATURES clang pyyaml sdl2
> 
> Queued to testing/next, thanks.

Just finished builds, so if it's not too late:

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

I'm not sure whichever {ubuntu1804/ubuntu18.04}.docker is better,
anyway:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> 
> --
> Alex Bennée
> 


  parent reply	other threads:[~2019-05-03 17:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03  7:02 [Qemu-devel] [PATCH] tests/docker: add ubuntu 18.04 Gerd Hoffmann
2019-05-03  7:02 ` Gerd Hoffmann
2019-05-03 16:42 ` Alex Bennée
2019-05-03 16:42   ` Alex Bennée
2019-05-03 17:00   ` Philippe Mathieu-Daudé [this message]
2019-05-03 17:00     ` Philippe Mathieu-Daudé

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=6f291a03-0ff4-1c61-1a29-bd334e502564@redhat.com \
    --to=philmd@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=fam@euphon.net \
    --cc=kraxel@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).