mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
664ee76891
commit
c16fe84f07
5 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
requires mingw dtc
|
||||
|
||||
cd "$BUILD_DIR"
|
||||
|
||||
for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
|
||||
TARGET_LIST=x86_64-softmmu,aarch64-softmmu \
|
||||
build_qemu --cross-prefix=$prefix \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue