[Qemu-devel] [PATCH 0/8] Docker improvements

Philippe Mathieu-Daudé posted 8 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180628164643.9668-1-f4bug@amsat.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
.shippable.yml                                |  2 +
tests/docker/Makefile.include                 | 16 +++++--
tests/docker/dockerfiles/debian-apt-fake.sh   | 46 +++++++++++++++++++
.../dockerfiles/debian-powerpc-cross.docker   | 43 +++++++++++++++++
tests/docker/dockerfiles/debian-sid.docker    |  6 ++-
tests/docker/dockerfiles/debian8-mxe.docker   |  2 +-
tests/docker/dockerfiles/ubuntu.docker        |  8 ++--
7 files changed, 114 insertions(+), 9 deletions(-)
create mode 100755 tests/docker/dockerfiles/debian-apt-fake.sh
[Qemu-devel] [PATCH 0/8] Docker improvements
Posted by Philippe Mathieu-Daudé 7 years, 4 months ago
Hi,

This is a set of various unrelated Docker patches, from my daily
docker-qemu usage.

Last RFC patches restore building for ppc32 hosts, which sometimes
triggers interesting 32-bit errors (atomic updates).

The other 32-bit host is the MXE MinGW32 port.

Regards,

Phil.

Philippe Mathieu-Daudé (8):
  docker: ubuntu: Update the package list before installing new ones
  docker: ubuntu: Use SDL2
  docker: Clean the MXE base image
  docker: Add packages required to build a Linux kernel
  docker: Restrict the 'travis' job to the Travis image
  docker: Do not run tests in 'intermediate' images
  docker: Cross build QEMU on ppc32 hosts
  .shippable.yml: Restore the powerpc-cross image

 .shippable.yml                                |  2 +
 tests/docker/Makefile.include                 | 16 +++++--
 tests/docker/dockerfiles/debian-apt-fake.sh   | 46 +++++++++++++++++++
 .../dockerfiles/debian-powerpc-cross.docker   | 43 +++++++++++++++++
 tests/docker/dockerfiles/debian-sid.docker    |  6 ++-
 tests/docker/dockerfiles/debian8-mxe.docker   |  2 +-
 tests/docker/dockerfiles/ubuntu.docker        |  8 ++--
 7 files changed, 114 insertions(+), 9 deletions(-)
 create mode 100755 tests/docker/dockerfiles/debian-apt-fake.sh

-- 
2.18.0


Re: [Qemu-devel] [PATCH 0/8] Docker improvements
Posted by Alex Bennée 7 years, 4 months ago
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Hi,
>
Hi,

I've queued the following in my tree.

>   docker: ubuntu: Update the package list before installing new ones
>   docker: ubuntu: Use SDL2
>   docker: Clean the MXE base image
>   docker: Do not run tests in 'intermediate' images

--
Alex Bennée

Re: [Qemu-devel] [PATCH 0/8] Docker improvements
Posted by Philippe Mathieu-Daudé 7 years, 4 months ago
On 06/29/2018 11:37 AM, Alex Bennée wrote:
> I've queued the following in my tree.
> 
>>   docker: ubuntu: Update the package list before installing new ones
>>   docker: ubuntu: Use SDL2
>>   docker: Clean the MXE base image
>>   docker: Do not run tests in 'intermediate' images

Thanks!