diff options
| author | Fam Zheng | 2016-09-28 09:31:32 +0200 |
|---|---|---|
| committer | Fam Zheng | 2016-10-02 03:47:23 +0200 |
| commit | c16fe84f07a9d3a04c11ce8a139e13a092b384c2 (patch) | |
| tree | 962e37959b9c8436c7e6db70ed6bdf0028004b4b /tests/docker/test-quick | |
| parent | smbios: fix uuid copy (diff) | |
| download | qemu-c16fe84f07a9d3a04c11ce8a139e13a092b384c2.tar.gz qemu-c16fe84f07a9d3a04c11ce8a139e13a092b384c2.tar.xz qemu-c16fe84f07a9d3a04c11ce8a139e13a092b384c2.zip | |
docker: Build in a clean directory
Currently we configure and build under "$QEMU_SRC/tests/docker" which is
dubious. Create a fixed directory (to be friendly to ccache) and change
to there before calling build_qemu.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <1475047892-11955-1-git-send-email-famz@redhat.com>
Diffstat (limited to 'tests/docker/test-quick')
| -rwxr-xr-x | tests/docker/test-quick | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/docker/test-quick b/tests/docker/test-quick index 7885dfafdb..c465dc06d8 100755 --- a/tests/docker/test-quick +++ b/tests/docker/test-quick @@ -13,6 +13,8 @@ . common.rc +cd "$BUILD_DIR" + DEF_TARGET_LIST="x86_64-softmmu,aarch64-softmmu" TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \ build_qemu |
