diff options
author | Eike Ziller <eike.ziller@qt.io> | 2021-05-19 14:13:31 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2021-05-25 06:55:24 +0000 |
commit | 627f298ce13ecd8f9669e1b872477da54ba0d761 (patch) | |
tree | 0f266f410626aadbed0bf9f890554cfbf4e30a95 /coin | |
parent | 9449bfbf043b88d7acf300930dda0b1af3f179f7 (diff) | |
download | qt-creator-627f298ce13ecd8f9669e1b872477da54ba0d761.tar.gz |
COIN: Increase number of CPUs
There is some fancy logic in COIN that sets different number of
CPUs depending on configuration, which lead to our Linux machines
crawling, while macOS and Windows at least got 4 CPUs.
Fix (and increase) the number of CPUs for all platforms.
Change-Id: I3191f1645420805f5899af8966fd1d377a89bf85
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'coin')
-rw-r--r-- | coin/module_config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 0692ac7cd3..05175f38cd 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -27,6 +27,12 @@ accept_configuration: property: host.os equals_value: MacOS +machine_type: + Build: + cores: 8 + Test: + cores: 8 + run_license_check: &run_license_check type: Group enable_if: |