OSDN Git Service

docker: fix creation of archives
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 Sep 2017 12:08:31 +0000 (14:08 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 Sep 2017 14:20:49 +0000 (16:20 +0200)
The pixman submodule does not exist anymore, and its removal broke
docker-based tests.  Fix it.

Cc: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/docker/Makefile.include

index aaab1a4..aa566aa 100644 (file)
@@ -34,7 +34,6 @@ $(DOCKER_SRC_COPY):
        @mkdir $@
        $(call make-archive-maybe, $(SRC_PATH), $@/qemu.tgz)
        $(call make-archive-maybe, $(SRC_PATH)/dtc, $@/dtc.tgz)
-       $(call make-archive-maybe, $(SRC_PATH)/pixman, $@/pixman.tgz)
        $(call quiet-command, cp $(SRC_PATH)/tests/docker/run $@/run, \
                "COPY","RUNNER")