From: "Daniel P. Berrange" <berrange@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Markus Armbruster" <armbru@redhat.com>,
patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH 1/3] travis: install more library dependencies
Date: Wed, 14 Jun 2017 16:15:48 +0100 [thread overview]
Message-ID: <20170614151548.GM4370@redhat.com> (raw)
In-Reply-To: <1497369290-20401-2-git-send-email-peter.maydell@linaro.org>
On Tue, Jun 13, 2017 at 04:54:48PM +0100, Peter Maydell wrote:
> Update the travis list of library packages to install so that
> our build tests cover more of our code base.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
I'm seeing the OS-X and GProf/GCov enable build entries fail with
timeouts a reasonable amount of time, so turning on more features
will make timeouts hit even more frequently. This patch would at
least impact the GProf/GCov matrix entry in this respect. Is there
anything we can do to mitigate this problem ?
> ---
> .travis.yml | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index 27a2d9c..26dabb6 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -11,28 +11,37 @@ addons:
> # Build dependencies
> - libaio-dev
> - libattr1-dev
> + - libbluetooth-dev
> - libbrlapi-dev
> + - libcap-dev
> - libcap-ng-dev
> - libgnutls-dev
> - libgtk-3-dev
> - libiscsi-dev
> - liblttng-ust-dev
> + - liblzo2-dev
> - libnfs-dev
> - libncurses5-dev
> - libnss3-dev
> - libpixman-1-dev
> - libpng12-dev
> - librados-dev
> + - librdmacm-dev
> - libsdl1.2-dev
> - libseccomp-dev
> + - libsnappy-dev
> - libspice-protocol-dev
> - libspice-server-dev
> - libssh2-1-dev
> - liburcu-dev
> - libusb-1.0-0-dev
> + - libvde-dev
> - libvte-2.90-dev
> + - libxen-dev
> + - nettle-dev
> - sparse
> - uuid-dev
> + - xfslibs-dev
>
> # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
> # to prevent IRC notifications from forks. This was created using:
> @@ -162,28 +171,37 @@ matrix:
> # Build dependencies
> - libaio-dev
> - libattr1-dev
> + - libbluetooth-dev
> - libbrlapi-dev
> + - libcap-dev
> - libcap-ng-dev
> - libgnutls-dev
> - libgtk-3-dev
> - libiscsi-dev
> - liblttng-ust-dev
> + - liblzo2-dev
> - libnfs-dev
> - libncurses5-dev
> - libnss3-dev
> - libpixman-1-dev
> - libpng12-dev
> - librados-dev
> + - librdmacm-dev
> - libsdl1.2-dev
> - libseccomp-dev
> + - libsnappy-dev
> - libspice-protocol-dev
> - libspice-server-dev
> - libssh2-1-dev
> - liburcu-dev
> - libusb-1.0-0-dev
> + - libvde-dev
> - libvte-2.90-dev
> + - libxen-dev
> + - nettle-dev
> - sparse
> - uuid-dev
> + - xfslibs-dev
> language: generic
> compiler: none
> env:
> --
> 2.7.4
>
>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2017-06-14 15:15 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-13 15:54 [Qemu-devel] [PATCH 0/3] Automate coverity scan uploads via Travis Peter Maydell
2017-06-13 15:54 ` [Qemu-devel] [PATCH 1/3] travis: install more library dependencies Peter Maydell
2017-06-14 3:52 ` Philippe Mathieu-Daudé
2017-06-14 15:07 ` Paolo Bonzini
2017-06-14 15:37 ` Philippe Mathieu-Daudé
2017-06-14 16:49 ` Paolo Bonzini
2017-06-14 17:04 ` Peter Maydell
2017-06-14 17:20 ` Paolo Bonzini
2017-06-29 14:37 ` Peter Maydell
2017-06-14 14:45 ` Alex Bennée
2017-06-14 15:15 ` Daniel P. Berrange [this message]
2017-06-14 15:25 ` Philippe Mathieu-Daudé
2017-06-13 15:54 ` [Qemu-devel] [PATCH 2/3] scripts/run-coverity-scan: Script to run Coverity Scan build Peter Maydell
2017-06-14 15:01 ` Alex Bennée
2017-06-29 16:12 ` Eric Blake
2017-06-29 16:15 ` Peter Maydell
2017-06-13 15:54 ` [Qemu-devel] [PATCH 3/3] travis: Add config to do a Coverity Scan upload Peter Maydell
2017-06-14 15:14 ` Alex Bennée
2017-06-14 15:46 ` Peter Maydell
2017-06-13 16:15 ` [Qemu-devel] [PATCH 0/3] Automate coverity scan uploads via Travis no-reply
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=20170614151548.GM4370@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=patches@linaro.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.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).