[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] .shippable.yml: Build WHPX enabled binaries
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] .shippable.yml: Build WHPX enabled binaries |
Date: |
Thu, 19 Sep 2019 13:02:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
On 9/19/19 12:59 PM, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> .shippable.yml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index bbc6f88510..01b33bd034 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -25,6 +25,8 @@ env:
> TARGET_LIST=mips64el-softmmu,mips64el-linux-user
> - IMAGE=debian-ppc64el-cross
> TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
> + - IMAGE=fedora-win10sdk-cross
> + TARGET_LIST=x86_64-softmmu,i386-softmmu
Note for Alex, if this patch is accepted, I think we can remove
x86_64-softmmu from TARGET_LIST in the debian-win64-cross job, since
this one duplicates it (and even covers more).
> build:
> pre_ci:
> # usually host ARCH is set by configure
>