mbox series

[v1,0/2] s390x cross Docker target

Message ID 20170227143028.16428-1-alex.bennee@linaro.org
Headers show
Series s390x cross Docker target | expand

Message

Alex Bennée Feb. 27, 2017, 2:30 p.m. UTC
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

Comments

Fam Zheng Feb. 28, 2017, 11:57 a.m. UTC | #1
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>