[Qemu-devel] [PATCH] travis: add no-TCG build

Paolo Bonzini posted 1 patch 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170714093016.10897-1-pbonzini@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
[Qemu-devel] [PATCH] travis: add no-TCG build
Posted by Paolo Bonzini 6 years, 9 months ago
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


Re: [Qemu-devel] [PATCH] travis: add no-TCG build
Posted by Fam Zheng 6 years, 9 months ago
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