summaryrefslogtreecommitdiff
path: root/coin/module_config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Coin: Add core count configToni Saario2022-09-131-0/+6
| | | | | | | | | 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: I377333a4615af0844dc70eeccb7f2ed79fb30103 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Add workaround for unstable gn on macOS in ciMichal Klocek2022-05-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | In ci 'gn' can crash making it hard to integrate, if there is high load crashes occur more frequently sometimes even blocking integrations for few days. Limit number of worker threads for gn as this improves situation however increases time for generating ninja files from 2s to 7s. Note this will not prevent crashes however significantly reduces the issue (when running in loop from 1 per ~10min to 1 per ~3days) Compilation with address or thread sanitizer does not lead to meaningful traces. Moreover running gn with sanitizer creates deadlocks for unknown reason every few runs. Current assumptions is that macos vms are unstable as crashes also occur for sscache calls (compiler) and python calls. Pick-to: 6.3 6.2 Change-Id: I1c488796eb0547eedd20101606f18ed55718e9c2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Doc: Fix qdoc warnings and enable zero warning limitVenugopal Shivashankar2021-11-151-0/+1
| | | | | Change-Id: Ifa2914e7bca9c224670a1891785d0ba8262cd61b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Disable sandbox on qemu test nodesMichal Klocek2021-07-021-0/+7
| | | | | | | | | Current qemu will not work with sandbox. Change-Id: I1535db92118ae399978940618ef05017c72329e2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 9e8f10247a5c5d433f5f983345f636fbedb26e2d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Switch builds to cmakeMichal Klocek2021-05-221-2/+15
| | | | | | | | | | | | | | | | | * move the sync profile, so we can sync headers for the libs project * update dependencies * add coin module config * extend timeout for build * bump version to 6.2 * disable qmake build by deleting the main pro file * tweak product dependencies, cheat and point to even not merged change Task-number: QTBUG-91760 Change-Id: I02d6cda3a4ce09575ae993836b5089e1655401b9 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Add dummy cmake module_configMichal Klocek2021-05-171-0/+4
We need to update qt5 platform configs and enable cmake builds. To do that we need dummy cmake run first, so qt5 platform update integration can succeed. Task-number: QTBUG-91760 Change-Id: Ic562e9e55c4fb8aeb348f882fca26770a28e3aa2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>