On 1/17/20 5:40 PM, Igor Mammedov wrote:
On Fri, 17 Jan 2020 17:19:26 +0100
Philippe Mathieu-Daudé <phi...@redhat.com> wrote:
On 1/17/20 5:03 PM, Igor Mammedov wrote:
On Thu, 16 Jan 2020 16:43:07 +0100
Philippe Mathieu-Daudé <phi...@redhat.com> wrote:
On 1/15/20 10:01 PM, no-re...@patchew.org wrote:
Patchew URL:
https://patchew.org/QEMU/1579100861-73692-1-git-send-email-imamm...@redhat.com/
Hi,
This series failed the docker-quick@centos7 build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#!/bin/bash
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
it doesn't work on my host, since it tries to use /tmp for building an image
and fails with no space.
is there any way to point it to some other place?
What is failing? Building the docker image, or building QEMU withing the
docker container?
docker image
Odd. I thought image was built in default storage dir: /var/lib/docker
# docker system info | fgrep /
Docker Root Dir: /var/lib/docker
The default might be distrib dependent, my workstation is on Fedora.
Maybe while building a tmpfs is mount as /tmp within the temp container,
and your ram is limited so it gets full while downloading packages to
install? Sincerely I have no clue. Docker is not your friend :/
Here they say you can change the docker dir with '-g'
https://forums.docker.com/t/how-do-i-change-the-docker-image-installation-directory/1169/4
Can you paste the error context?