From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: "Thomas Huth" <thuth@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
qemu-devel@nongnu.org
Cc: Laurent Vivier <lvivier@redhat.com>, qemu-s390x@nongnu.org
Subject: Re: [PATCH] travis.yml: Test also the other targets on s390x
Date: Mon, 8 Jun 2020 14:05:58 +0200 [thread overview]
Message-ID: <a3055bde-b598-e5cb-321c-551434adf216@redhat.com> (raw)
In-Reply-To: <20200608114049.4693-1-thuth@redhat.com>
On 6/8/20 1:40 PM, Thomas Huth wrote:
> s390x is our only big endian host in our CI, so building and testing QEMU
> there is quite valuable. Thus let's also test the other targets with
> additional jobs (also using different sets of pre-installed libraries to
> get a better coverage of the things that we test).
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> .travis.yml | 39 +++++++++++++++++++++++++++++++++++++++
> 1 file changed, 39 insertions(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index 564be50a3c..41e97fb050 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -504,6 +504,45 @@ jobs:
> $(exit $BUILD_RC);
> fi
>
> + - name: "[s390x] GCC (other-softmmu)"
> + arch: s390x
> + dist: bionic
> + addons:
> + apt_packages:
> + - libaio-dev
> + - libattr1-dev
> + - libcap-ng-dev
> + - libgnutls28-dev
> + - libiscsi-dev
> + - liblttng-ust-dev
> + - liblzo2-dev
> + - libncurses-dev
> + - libnfs-dev
> + - libnss3-dev
> + - libpixman-1-dev
> + - libsdl2-dev
> + - libsdl2-image-dev
> + - libseccomp-dev
> + - libsnappy-dev
> + - libzstd-dev
> + - nettle-dev
> + - xfslibs-dev
> + # Tests dependencies
> + - genisoimage
> + env:
> + - CONFIG="--disable-containers --audio-drv-list=sdl --disable-user
> + --target-list-exclude=${MAIN_SOFTMMU_TARGETS}"
> +
> + - name: "[s390x] GCC (user)"
> + arch: s390x
> + dist: bionic
> + addons:
> + apt_packages:
> + - libgcrypt20-dev
> + - libgnutls28-dev
> + env:
> + - CONFIG="--disable-containers --disable-system"
> +
> - name: "[s390x] Clang (disable-tcg)"
> arch: s390x
> dist: bionic
>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
next prev parent reply other threads:[~2020-06-08 12:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-08 11:40 [PATCH] travis.yml: Test also the other targets on s390x Thomas Huth
2020-06-08 12:00 ` Laurent Vivier
2020-06-08 12:05 ` Philippe Mathieu-Daudé [this message]
2020-06-10 19:59 ` Alex Bennée
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=a3055bde-b598-e5cb-321c-551434adf216@redhat.com \
--to=philmd@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=lvivier@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=thuth@redhat.com \
/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).