qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 17/24] shippable: build using all available c


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v3 17/24] shippable: build using all available cpus
Date: Mon, 22 May 2017 15:08:58 +0100
User-agent: mu4e 0.9.19; emacs 25.2.50.1

Philippe Mathieu-Daudé <address@hidden> writes:

> As of this commit:
>
> $ echo "container proc:" `getconf _NPROCESSORS_ONLN` `getconf 
> _NPROCESSORS_CONF`
> container proc: 2 2
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>

Reviewed-by: Alex Bennée <address@hidden>

> ---
>  .shippable.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index 231c29b620..1e3ae35dd9 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -20,4 +20,4 @@ build:
>    ci:
>      - unset CC
>      - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
> -    - make -j2
> +    - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))


--
Alex Bennée



reply via email to

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