summaryrefslogtreecommitdiffstats
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 10:37:53 +0000
commitf0925aa80b80cad158028c0c057299c30e6b9645 (patch)
tree88dda981efd1f4de287bb8ede0dbaa4912fb7eab
parent[docs] Fix ints that should be qsizetype [src/corelib/text] (diff)
downloadqtbase-f0925aa80b80cad158028c0c057299c30e6b9645.tar.xz
qtbase-f0925aa80b80cad158028c0c057299c30e6b9645.zip
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>
-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"