summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-05-16 15:07:43 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-05-22 14:14:54 +0000
commitb611936ca85b57f4b405e920e2efa31f02f1ac70 (patch)
tree9d90040e6fc25e0d33c0200e032fdf61316a980d
parentc7fd10a022d07a3c1271bce771d30de32562a358 (diff)
Cleanup module_config.yaml
The number of CPUs is set implicitly by MAKEFLAGS and NIJAFLAGS. Change-Id: Ie9296f9a7872253c696536d7b3d6235c7881d42b Reviewed-by: Liang Qi <liang.qi@qt.io>
-rw-r--r--coin/module_config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 2e7b306166..fd849399b3 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -17,7 +17,7 @@ build_instructions:
userMessageOnFailure: >
Failed to call cmake. Contact Liang then.
- type: ExecuteCommand
- command: make DESTDIR={{.InstallRoot}} -j {{.NumCPU}} install
+ command: make DESTDIR={{.InstallRoot}} install
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 120
userMessageOnFailure: >
@@ -27,7 +27,7 @@ build_instructions:
property: host.os
equals_value: Windows
- type: ExecuteCommand
- command: jom DESTDIR={{.InstallRoot}} -j {{.NumCPU}} install
+ command: jom DESTDIR={{.InstallRoot}} install
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 120
userMessageOnFailure: >