[Qemu-devel] [PATCH v1 0/2] s390x cross Docker target

Alex Bennée posted 2 patches 8 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170227143028.16428-1-alex.bennee@linaro.org
Test checkpatch passed
Test docker passed
Test s390x passed
.shippable.yml                                     |  2 ++
tests/docker/dockerfiles/debian-s390x-cross.docker | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 tests/docker/dockerfiles/debian-s390x-cross.docker
[Qemu-devel] [PATCH v1 0/2] s390x cross Docker target
Posted by Alex Bennée 8 years, 8 months ago
Hi,

A build failure on s390 was reported so to investigate I put together
a cross-compile environment to debug it. As it turned out the report
was a false positive but the cross target might still be useful for
people who don't have big iron handy ;-)

Alex Bennée (2):
  new: dockerfiles/debian-s390-cross
  .shippable: add s390x-cross target

 .shippable.yml                                     |  2 ++
 tests/docker/dockerfiles/debian-s390x-cross.docker | 22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 tests/docker/dockerfiles/debian-s390x-cross.docker

-- 
2.11.0


Re: [Qemu-devel] [PATCH v1 0/2] s390x cross Docker target
Posted by Fam Zheng 8 years, 8 months ago
On Mon, 02/27 14:30, Alex Bennée wrote:
> Hi,
> 
> A build failure on s390 was reported so to investigate I put together
> a cross-compile environment to debug it. As it turned out the report
> was a false positive but the cross target might still be useful for
> people who don't have big iron handy ;-)

Looks good:

Reviewed-by: Fam Zheng <famz@redhat.com>