projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cb316
)
phase1: parallelize target/install phase
author
Jo-Philipp Wich
<jo@mein.io>
Fri, 4 Nov 2016 13:07:35 +0000
(14:07 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Fri, 4 Nov 2016 13:07:35 +0000
(14:07 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index 099f66653436b3fde4ed3178b5bfba4a344f8046..908087e6714a37ade729a1c26121b4f1cfa7d12c 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-461,7
+461,7
@@
EOT''' %(ts[0], ts[0], ts[1]) ))
factory.addStep(ShellCommand(
name = "images",
description = "Building images",
- command=["make",
"-j1"
, "target/install", "V=s"],
+ command=["make",
WithProperties("-j%(nproc:~4)s")
, "target/install", "V=s"],
doStepIf = isChangeBuiltin,
haltOnFailure = True
))