projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95d203c
)
docker: Add "--enable-werror" to configure command line
author
Fam Zheng
<famz@redhat.com>
Mon, 25 Jul 2016 13:31:50 +0000
(21:31 +0800)
committer
Fam Zheng
<famz@redhat.com>
Fri, 5 Aug 2016 08:34:55 +0000
(16:34 +0800)
We don't have .git in the docker checkout, add this to enable -Werror
explicitly.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id:
1469453510
-658-1-git-send-email-famz@redhat.com
tests/docker/common.rc
patch
|
blob
|
history
diff --git
a/tests/docker/common.rc
b/tests/docker/common.rc
index 77069e12856a21fe8d0b67108368ae01e6f549f4..0c6d8d5ecea61229aa40c9d431ec8300aade96d5 100755
(executable)
--- a/
tests/docker/common.rc
+++ b/
tests/docker/common.rc
@@
-24,6
+24,7
@@
requires()
build_qemu()
{
$QEMU_SRC/configure \
+ --enable-werror \
${TARGET_LIST:+"--target-list=${TARGET_LIST}"} \
--prefix="$PWD/install" \
$EXTRA_CONFIGURE_OPTS \