projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c34647c
)
shippable: build using all available cpus
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Fri, 2 Jun 2017 18:56:23 +0000
(15:56 -0300)
committer
Alex Bennée
<alex.bennee@linaro.org>
Wed, 21 Jun 2017 14:03:05 +0000
(15:03 +0100)
As of this commit:
$ echo "container proc:" `getconf _NPROCESSORS_ONLN` `getconf _NPROCESSORS_CONF`
container proc: 2 2
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.shippable.yml
patch
|
blob
|
history
diff --git
a/.shippable.yml
b/.shippable.yml
index 231c29b620f73d5b32d3518dd5c26531fac320d5..1e3ae35dd913f3764536646ea5a93cd166cf5708 100644
(file)
--- a/
.shippable.yml
+++ b/
.shippable.yml
@@
-20,4
+20,4
@@
build:
ci:
- unset CC
- ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
- - make -j
2
+ - make -j
$(($(getconf _NPROCESSORS_ONLN) + 1))