aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-06-01 14:28:22 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-13 14:53:10 +0000
commited27061e8fbf71d8bbf2756b167805c4942b6a08 (patch)
treed75847ffe1057f61bd08bdccb14171447d1caee1 /coin
parent4a434666c374d44cea44f1c1eb50b64c363419ef (diff)
Coin: Add core count config
Qtdeclarative has currently 4 core build configured in Coin. Bump this to 8 cores due to build being very close to the timeout. Allows removing the rules from Coin and brings them visible. Task-number: COIN-870 Change-Id: I5956f7678c932347a5dc030e441c9410e4421825 Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 152c3ba599b3bc0deb8f3a680a08e40257d7a7bd) 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 aaf3323822..9acb62722c 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: 8
+ Test:
+ cores: 4
+
instructions:
Build:
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"