qemu-devel
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 02/23] shippable: build using all available cpus
Date: Mon, 8 May 2017 01:56:54 -0300

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 .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
     - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
-    - make -j2
+    - make -j$(getconf _NPROCESSORS_ONLN)
-- 
2.11.0




reply via email to

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