diff mbox series

[2/2] .shippable.yml: Build WHPX enabled binaries

Message ID 20190919105932.19412-3-philmd@redhat.com (mailing list archive)
State New, archived
Headers show
Series testing: Build WHPX enabled binaries | expand

Commit Message

Philippe Mathieu-Daudé Sept. 19, 2019, 10:59 a.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 .shippable.yml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Philippe Mathieu-Daudé Sept. 19, 2019, 11:02 a.m. UTC | #1
On 9/19/19 12:59 PM, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  .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
>
diff mbox series

Patch

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
 build:
   pre_ci:
     # usually host ARCH is set by configure