qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 21/21] .shippable.yml: add linux-user cross-b


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v2 21/21] .shippable.yml: add linux-user cross-build for ppc-softmmu
Date: Sun, 01 Jul 2018 22:26:36 +0100
User-agent: mu4e 1.1.0; emacs 26.1.50

Alex Bennée <address@hidden> writes:

> Use our new ability to use linux-user powered docker images to build
> ppc-softmmu.
>
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  .shippable.yml | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index f74a3de3ff..12f9d3b221 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -25,6 +25,14 @@ env:
>        TARGET_LIST=mips64el-softmmu,mips64el-linux-user
>      - IMAGE=debian-ppc64el-cross
>        TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
> +    include:
> +      # Additional linux-user cross build
> +      - pre_ci:
> +          - ./configure --target-list=ppc-linux-user --static
> +          - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))
> +          - make docker-image-powerpc-user-cross
> +        env: IMAGE=debian-image-powerpc-user-cross
> +             TARGET_LIST=ppc-softmmu

OK this doesn't work, back to the drawing board for the CI bit then.

>  build:
>    pre_ci:
>      - make docker-image-${IMAGE} V=1


--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]