qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Fam Zheng" <famz@redhat.com>
Subject: [Qemu-devel] [PULL 08/21] docker: use eatmydata in debian armhf image
Date: Wed, 21 Jun 2017 15:48:01 +0100	[thread overview]
Message-ID: <20170621144814.15324-9-alex.bennee@linaro.org> (raw)
In-Reply-To: <20170621144814.15324-1-alex.bennee@linaro.org>

From: Philippe Mathieu-Daudé <f4bug@amsat.org>

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

diff --git a/tests/docker/dockerfiles/debian-armhf-cross.docker b/tests/docker/dockerfiles/debian-armhf-cross.docker
index 668d60aeb3..ba8d5a5167 100644
--- a/tests/docker/dockerfiles/debian-armhf-cross.docker
+++ b/tests/docker/dockerfiles/debian-armhf-cross.docker
@@ -8,8 +8,11 @@ FROM qemu:debian
 # Add the foreign architecture we want and install dependencies
 RUN dpkg --add-architecture armhf
 RUN apt update
-RUN apt install -yy crossbuild-essential-armhf
-RUN apt-get build-dep -yy -a armhf qemu
+RUN DEBIAN_FRONTEND=noninteractive eatmydata \
+    apt-get install -y --no-install-recommends \
+        crossbuild-essential-armhf
+RUN DEBIAN_FRONTEND=noninteractive eatmydata \
+    apt-get build-dep -yy -a armhf qemu
 
 # Specify the cross prefix for this image (see tests/docker/common.rc)
 ENV QEMU_CONFIGURE_OPTS --cross-prefix=arm-linux-gnueabihf-
-- 
2.13.0

  parent reply	other threads:[~2017-06-21 14:47 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21 14:47 [Qemu-devel] [PULL 00/21] Docker and shippable updates Alex Bennée
2017-06-21 14:47 ` [Qemu-devel] [PULL 01/21] docker: update qemu:debian base following stretch release Alex Bennée
2017-06-21 14:47 ` [Qemu-devel] [PULL 02/21] docker: let _copy_with_mkdir() sub_path argument be optional Alex Bennée
2017-06-21 14:47 ` [Qemu-devel] [PULL 03/21] docker: add --include-files argument to 'build' command Alex Bennée
2017-06-21 14:47 ` [Qemu-devel] [PULL 04/21] docker: rebuild image if 'extra files' checksum does not match Alex Bennée
2017-06-21 14:47 ` [Qemu-devel] [PULL 05/21] docker: install ca-certificates package in base image Alex Bennée
2017-06-21 14:47 ` [Qemu-devel] [PULL 06/21] docker: use better regex to generate deb-src entries Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 07/21] docker: use eatmydata, install common build packages in base image Alex Bennée
2017-06-21 14:48 ` Alex Bennée [this message]
2017-06-21 14:48 ` [Qemu-devel] [PULL 09/21] docker: use eatmydata in debian arm64 image Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 10/21] docker: add extra libs to armhf target to extend codebase coverage Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 11/21] docker: add extra libs to arm64 " Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 12/21] docker: add extra libs to s390x " Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 13/21] docker: add mipsel build target Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 14/21] shippable: use C locale to simplify console output Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 15/21] shippable: build using all available cpus Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 16/21] shippable: do not initialize submodules automatically Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 17/21] shippable: be verbose while building docker images Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 18/21] shippable: add armeb-linux-user target Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 19/21] shippable: add mipsel target Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 20/21] MAINTAINERS: add Shippable automation platform URL Alex Bennée
2017-06-21 14:48 ` [Qemu-devel] [PULL 21/21] MAINTAINERS: self-appoint me as reviewer in build/test automation Alex Bennée
2017-06-22 14:09 ` [Qemu-devel] [PULL 00/21] Docker and shippable updates Peter Maydell
2017-06-22 14:58   ` Philippe Mathieu-Daudé
2017-06-22 15:13     ` Alex Bennée
2017-06-22 15:42       ` Philippe Mathieu-Daudé
2017-07-10 12:04         ` Philippe Mathieu-Daudé
2017-07-10 14:17           ` Alex Bennée
2017-07-10 14:22             ` Peter Maydell
2017-07-12 12:17               ` Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170621144814.15324-9-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=f4bug@amsat.org \
    --cc=famz@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).