Re: [Qemu-devel] [PATCH 02/23] shippable: build using all available cpus

2017-05-08 Thread Philippe Mathieu-Daudé
diff --git a/.shippable.yml b/.shippable.yml index 231c29b620..5170486ff9 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_ONL

Re: [Qemu-devel] [PATCH 02/23] shippable: build using all available cpus

2017-05-08 Thread Philippe Mathieu-Daudé
On 05/08/2017 07:55 AM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: Signed-off-by: Philippe Mathieu-Daudé --- .shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shippable.yml b/.shippable.yml index 231c29b620..5170486ff9 100644 --- a/.shippable.yml +++

Re: [Qemu-devel] [PATCH 02/23] shippable: build using all available cpus

2017-05-08 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Signed-off-by: Philippe Mathieu-Daudé > --- > .shippable.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.shippable.yml b/.shippable.yml > index 231c29b620..5170486ff9 100644 > --- a/.shippable.yml > +++ b/.shippable.yml > @@ -20,4

[Qemu-devel] [PATCH 02/23] shippable: build using all available cpus

2017-05-07 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- .shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shippable.yml b/.shippable.yml index 231c29b620..5170486ff9 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -20,4 +20,4 @@ build: ci: - unset CC - ./confi