qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] new docker targets
@ 2016-09-22 13:57 Alex Bennée
  2016-09-22 13:57 ` [Qemu-devel] [PATCH 1/3] tests/docker: add travis dockerfile Alex Bennée
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alex Bennée @ 2016-09-22 13:57 UTC (permalink / raw)
  To: famz; +Cc: qemu-devel, Alex Bennée

Hi Fam,

A few patches which include the re-factoring of Makfile.include with
your review comments addressed (I hope ;-). I've also added a new
docker target for Travis which essentially just pulls their quay.io
hosted images as described here (although without the su - travis):

    https://docs.travis-ci.com/user/common-build-problems/#Troubleshooting-Locally-in-a-Docker-Image

I've also included a straight build test although arguably it might be
better to come up with a way to suppress "make check" on the existing
test-quick test.

For reference I now use the direct run to cross-build by doing:

    make docker-run TEST="test-build" J=9 IMAGE="debian:arm64" \
        EXECUTABLE=./aarch64-linux-user/qemu-aarch64  \
        TARGET_LIST=arm-linux-user,arm-softmmu,aarch64-linux-user,aarch64-softmmu

Alex Bennée (3):
  tests/docker: add travis dockerfile
  tests/docker: test-build script
  tests/docker/Makefile.include: add a generic docker-run target

 tests/docker/Makefile.include          | 88 +++++++++++++++++++++++++---------
 tests/docker/dockerfiles/travis.docker |  6 +++
 tests/docker/test-build                | 18 +++++++
 3 files changed, 89 insertions(+), 23 deletions(-)
 create mode 100644 tests/docker/dockerfiles/travis.docker
 create mode 100755 tests/docker/test-build

-- 
2.9.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-09-23  4:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22 13:57 [Qemu-devel] [PATCH 0/3] new docker targets Alex Bennée
2016-09-22 13:57 ` [Qemu-devel] [PATCH 1/3] tests/docker: add travis dockerfile Alex Bennée
2016-09-23  4:39   ` Fam Zheng
2016-09-22 13:57 ` [Qemu-devel] [PATCH 2/3] tests/docker: test-build script Alex Bennée
2016-09-23  4:41   ` Fam Zheng
2016-09-22 13:57 ` [Qemu-devel] [PATCH 3/3] tests/docker/Makefile.include: add a generic docker-run target Alex Bennée
2016-09-23  4:45   ` Fam Zheng

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