[Qemu-devel] [PATCH v5 0/4] Docker cross-compile targets and user build support

Alex Bennée posted 4 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170220105139.21581-1-alex.bennee@linaro.org
Test checkpatch passed
Test docker passed
Test s390x passed
.shippable.yml                                     | 19 ++++++++++++++++
MAINTAINERS                                        | 13 ++++++-----
tests/docker/Makefile.include                      |  6 ++++++
tests/docker/common.rc                             |  2 +-
tests/docker/docker.py                             | 16 ++++++++++++--
tests/docker/dockerfiles/debian-arm64-cross.docker | 15 +++++++++++++
tests/docker/dockerfiles/debian-armhf-cross.docker | 15 +++++++++++++
tests/docker/dockerfiles/debian.docker             | 25 ++++++++++++++++++++++
8 files changed, 101 insertions(+), 10 deletions(-)
create mode 100644 .shippable.yml
create mode 100644 tests/docker/dockerfiles/debian-arm64-cross.docker
create mode 100644 tests/docker/dockerfiles/debian-armhf-cross.docker
create mode 100644 tests/docker/dockerfiles/debian.docker
[Qemu-devel] [PATCH v5 0/4] Docker cross-compile targets and user build support
Posted by Alex Bennée 7 years, 1 month ago
Hi Fam,

Hopefully this is the final iteration. A couple of minor typos fixes
and your suggestions taken into account. I have also added some
review/tesing tags from Philippe.

Alex.


Alex Bennée (4):
  tests/docker: add basic user mapping support
  new: debian docker targets for cross-compiling
  .shippable.yml: new CI provider
  MAINTAINERS: merge Build and test automation with Docker tests

 .shippable.yml                                     | 19 ++++++++++++++++
 MAINTAINERS                                        | 13 ++++++-----
 tests/docker/Makefile.include                      |  6 ++++++
 tests/docker/common.rc                             |  2 +-
 tests/docker/docker.py                             | 16 ++++++++++++--
 tests/docker/dockerfiles/debian-arm64-cross.docker | 15 +++++++++++++
 tests/docker/dockerfiles/debian-armhf-cross.docker | 15 +++++++++++++
 tests/docker/dockerfiles/debian.docker             | 25 ++++++++++++++++++++++
 8 files changed, 101 insertions(+), 10 deletions(-)
 create mode 100644 .shippable.yml
 create mode 100644 tests/docker/dockerfiles/debian-arm64-cross.docker
 create mode 100644 tests/docker/dockerfiles/debian-armhf-cross.docker
 create mode 100644 tests/docker/dockerfiles/debian.docker

-- 
2.11.0


Re: [Qemu-devel] [PATCH v5 0/4] Docker cross-compile targets and user build support
Posted by Fam Zheng 7 years, 1 month ago
On Mon, 02/20 10:51, Alex Bennée wrote:
> Hi Fam,
> 
> Hopefully this is the final iteration. A couple of minor typos fixes
> and your suggestions taken into account. I have also added some
> review/tesing tags from Philippe.

Looks good to me, Thanks! Let me know if you want to merge it yourself,
otherwise I'll send a pull request later this week.

Fam

Re: [Qemu-devel] [PATCH v5 0/4] Docker cross-compile targets and user build support
Posted by Alex Bennée 7 years, 1 month ago
Fam Zheng <famz@redhat.com> writes:

> On Mon, 02/20 10:51, Alex Bennée wrote:
>> Hi Fam,
>>
>> Hopefully this is the final iteration. A couple of minor typos fixes
>> and your suggestions taken into account. I have also added some
>> review/tesing tags from Philippe.
>
> Looks good to me, Thanks! Let me know if you want to merge it yourself,
> otherwise I'll send a pull request later this week.

No you go ahead and send the pull request when your ready ;-)

--
Alex Bennée