From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffFkA-0002Mo-PY for qemu-devel@nongnu.org; Mon, 16 Jul 2018 22:29:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffFk7-0008Ui-GM for qemu-devel@nongnu.org; Mon, 16 Jul 2018 22:29:38 -0400 Received: from mail-ua0-x243.google.com ([2607:f8b0:400c:c08::243]:38080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ffFk7-0008UU-A5 for qemu-devel@nongnu.org; Mon, 16 Jul 2018 22:29:35 -0400 Received: by mail-ua0-x243.google.com with SMTP id o11-v6so12550172uak.5 for ; Mon, 16 Jul 2018 19:29:35 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Mon, 16 Jul 2018 23:29:20 -0300 Message-Id: <20180717022924.25428-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/4] docker: Improve 'host-cross' image List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?q?Alex=20Benn=C3=A9e?= , Fam Zheng Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org, Cornelia Huck , Christian Borntraeger , David Hildenbrand , David Gibson , Thomas Huth Sorry I don't have a better name for this image, it is meant to cross-build for the same architecture than the host. Due to the bad name, explicitely tagged the last 2 patches as 'RFC'. Tested on x86_64 and aarch64, should also work on s390x and ppc64le (per the Docker doc). If they are volunteers for test, the command is as simple as: $ make docker-test-quick@debian-host-cross [V=1] Regards, Phil. Philippe Mathieu-Daudé (4): docker: Use the host architecture docker: Improve how the virgl library is built docker: Rename 'amd64' image as 'host-cross' docker: Add many libraries to the 'host-cross' image .shippable.yml | 4 +- tests/docker/Makefile.include | 2 +- tests/docker/dockerfiles/debian-amd64.docker | 39 --------- .../dockerfiles/debian-host-cross.docker | 83 +++++++++++++++++++ 4 files changed, 86 insertions(+), 42 deletions(-) delete mode 100644 tests/docker/dockerfiles/debian-amd64.docker create mode 100644 tests/docker/dockerfiles/debian-host-cross.docker -- 2.18.0