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:
Jędrzej Nowacki 2019-05-16 15:07:43 +02:00
parent c7fd10a022
commit b611936ca8

View File

@ -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: >