summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2022-05-23 09:21:59 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-12 17:24:50 +0000
commit6a83c2eef8456fef0ba7d4ea4ab052951dcd4365 (patch)
tree55d61fc0a3e75ffc79a2fc2979a30d3dea031efb /coin
parent9bcb73af22749534abd255a554c43b41bacdc0be (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: I8b3567bca3ac040725253764775249a0b0dee8eb Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 0e7d06009e2c75664317cff987735d266805ca38) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 868b37f3dc..619122a26c 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -4,6 +4,12 @@ accept_configuration:
property: features
not_contains_value: Disable
+machine_type:
+ Build:
+ cores: 4
+ Test:
+ cores: 4
+
instructions:
Build:
- !include "{{qt/qtbase}}/coin_qtbase_build_template_v2.yaml"