[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] travis.yml: Improve the --disable-tcg test on s390x
From: |
Cornelia Huck |
Subject: |
Re: [PATCH] travis.yml: Improve the --disable-tcg test on s390x |
Date: |
Tue, 12 May 2020 17:08:28 +0200 |
On Tue, 12 May 2020 15:38:49 +0200
Thomas Huth <address@hidden> wrote:
> Since the s390x containers do not allow KVM, we only compile-test
> the --disable-tcg build on s390x and do not run the qtests. Thus,
> it does not make sense to install genisoimage here, and it also does
> not make sense to build the s390-ccw.img here again - it is simply
> not used without the qtests.
> On the other hand, if we do not build the s390-ccw.img anymore, we
> can also compile with Clang - so let's use that compiler here to
> get some additional test coverage.
>
> Signed-off-by: Thomas Huth <address@hidden>
> ---
> .travis.yml | 18 ++++--------------
> 1 file changed, 4 insertions(+), 14 deletions(-)
Reviewed-by: Cornelia Huck <address@hidden>