summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-06-01 14:42:44 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-13 15:28:34 +0000
commit797369f262fecef776ac0aae6bbee71c045872bd (patch)
treece58ebadf021205181ea4552fc87f3d280833966
parent1594023886b00981fc03b35904a98d37d8b278d3 (diff)
Coin: Add core count config
Reflects what has been configured in the Coin. Allows removing the rules from Coin and brings them visible. Change-Id: Ic042a31b047e180584b08a0e0550cb962c72e14c Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit c2d33828f421c5ad3510b9603deca424d2da539d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/module_config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index aaf332382..628a967aa 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -4,6 +4,10 @@ accept_configuration:
property: features
not_contains_value: Disable
+machine_type:
+ Build:
+ cores: 4
+
instructions:
Build:
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"