summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
Diffstat (limited to 'coin')
-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: >