mirror of https://github.com/qt/qtbase.git
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>
This commit is contained in:
parent
c7fd10a022
commit
b611936ca8
|
|
@ -17,7 +17,7 @@ build_instructions:
|
||||||
userMessageOnFailure: >
|
userMessageOnFailure: >
|
||||||
Failed to call cmake. Contact Liang then.
|
Failed to call cmake. Contact Liang then.
|
||||||
- type: ExecuteCommand
|
- type: ExecuteCommand
|
||||||
command: make DESTDIR={{.InstallRoot}} -j {{.NumCPU}} install
|
command: make DESTDIR={{.InstallRoot}} install
|
||||||
maxTimeInSeconds: 6000
|
maxTimeInSeconds: 6000
|
||||||
maxTimeBetweenOutput: 120
|
maxTimeBetweenOutput: 120
|
||||||
userMessageOnFailure: >
|
userMessageOnFailure: >
|
||||||
|
|
@ -27,7 +27,7 @@ build_instructions:
|
||||||
property: host.os
|
property: host.os
|
||||||
equals_value: Windows
|
equals_value: Windows
|
||||||
- type: ExecuteCommand
|
- type: ExecuteCommand
|
||||||
command: jom DESTDIR={{.InstallRoot}} -j {{.NumCPU}} install
|
command: jom DESTDIR={{.InstallRoot}} install
|
||||||
maxTimeInSeconds: 6000
|
maxTimeInSeconds: 6000
|
||||||
maxTimeBetweenOutput: 120
|
maxTimeBetweenOutput: 120
|
||||||
userMessageOnFailure: >
|
userMessageOnFailure: >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue