Coin: Add core count config

Reflects what has been configured in the Coin. Allows removing
the rules from Coin and brings them visible.

Pick-to: 6.3 6.4
Change-Id: I8b3567bca3ac040725253764775249a0b0dee8eb
Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
Heikki Halmet 2022-05-23 09:21:59 +03:00 committed by Toni Saario
parent 4b5b87c27b
commit 0e7d06009e

View File

@ -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"