All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, patches@linaro.org,
	Paolo Bonzini <pbonzini@redhat.com>,
	Markus Armbruster <armbru@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 1/3] travis: install more library dependencies
Date: Wed, 14 Jun 2017 15:45:12 +0100	[thread overview]
Message-ID: <877f0eocg7.fsf@linaro.org> (raw)
In-Reply-To: <1497369290-20401-2-git-send-email-peter.maydell@linaro.org>


Peter Maydell <peter.maydell@linaro.org> writes:

> 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>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  .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:


--
Alex Bennée

  parent reply	other threads:[~2017-06-14 14:44 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 [this message]
2017-06-14 15:15   ` Daniel P. Berrange
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=877f0eocg7.fsf@linaro.org \
    --to=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.