* [Qemu-devel] [PATCH] travis: add no-TCG build
@ 2017-07-14 9:30 Paolo Bonzini
2017-07-14 11:36 ` Fam Zheng
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2017-07-14 9:30 UTC (permalink / raw)
To: qemu-devel; +Cc: famz
It's fairly easy for --disable-tcg to bitrot. Test it in our CI.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 6809e25eca..f583839755 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,6 +87,9 @@ matrix:
- env: CONFIG="--enable-trace-backends=ust"
TEST_CMD=""
compiler: gcc
+ - env: CONFIG="--disable-tcg"
+ TEST_CMD=""
+ compiler: gcc
- env: CONFIG=""
os: osx
compiler: clang
--
2.13.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] travis: add no-TCG build
2017-07-14 9:30 [Qemu-devel] [PATCH] travis: add no-TCG build Paolo Bonzini
@ 2017-07-14 11:36 ` Fam Zheng
0 siblings, 0 replies; 2+ messages in thread
From: Fam Zheng @ 2017-07-14 11:36 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel
On Fri, 07/14 11:30, Paolo Bonzini wrote:
> It's fairly easy for --disable-tcg to bitrot. Test it in our CI.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> .travis.yml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index 6809e25eca..f583839755 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -87,6 +87,9 @@ matrix:
> - env: CONFIG="--enable-trace-backends=ust"
> TEST_CMD=""
> compiler: gcc
> + - env: CONFIG="--disable-tcg"
> + TEST_CMD=""
> + compiler: gcc
> - env: CONFIG=""
> os: osx
> compiler: clang
> --
> 2.13.0
>
Makes sense. Thanks, queued:
https://github.com/famz/qemu/tree/staging
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-14 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14 9:30 [Qemu-devel] [PATCH] travis: add no-TCG build Paolo Bonzini
2017-07-14 11:36 ` Fam Zheng
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.