From b611936ca85b57f4b405e920e2efa31f02f1ac70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Thu, 16 May 2019 15:07:43 +0200 Subject: Cleanup module_config.yaml The number of CPUs is set implicitly by MAKEFLAGS and NIJAFLAGS. Change-Id: Ie9296f9a7872253c696536d7b3d6235c7881d42b Reviewed-by: Liang Qi --- coin/module_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coin') 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: > -- cgit v1.2.3