From f0925aa80b80cad158028c0c057299c30e6b9645 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Mon, 23 May 2022 09:21:59 +0300 Subject: [PATCH] Coin: Add core count config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 0e7d06009e2c75664317cff987735d266805ca38) Reviewed-by: Qt Cherry-pick Bot --- coin/module_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 868b37f3dc6..619122a26c3 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"