aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/integrity.yaml
Commit message (Collapse)AuthorAgeFilesLines
* coin: Disable sccache for IntegrityTor Arne Vestbø2021-11-041-1/+1
| | | | | | | | | | | The platform doesn't support sccache, and the "feature" was likely cargo culted from some other config, as it was a noop at the time. Change-Id: I792231b1bed8856e886eeca9ae37c2b824b1ea8e Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit c273c5bc65b1b3f9bf58e688aab1b5a54b81e566) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make Integrity significantHeikki Halmet2021-09-071-1/+1
| | | | | | Task-number: QTQAINFRA-4285 Change-Id: I131e6af26a28012228178192e60e2a91d33959fe Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* COIN: Fix integrity target configure argumentsSimo Fält2021-09-061-1/+1
| | | | | | | Change-Id: I624feea29eb70dadb9e959d6056eaccd73b7169a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 9385d5d687045a589105d691c839608aec8161f3) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add Insignificant flag for IntegrityHeikki Halmet2021-09-031-1/+1
| | | | | | | | | We will add new module targets for Integrity. Those are not tested during Qt5 integration. Let's remove the flag after we are sure that nothing will break on those new targets Change-Id: Ifdcecc869a931897e377281618dfce744353b47e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Make Integrity platform config as a cross compile targetSimo Fält2021-09-031-4/+8
| | | | | | | | | | | | While there was no target os value, COIN thinks that it is a normal desktop target. This causes the host and target artifacts being copied to wrong location. Change-Id: Ie478f66e424859fbbf51d3f2d9d7efba032b30c5 Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit b5c4effe7ef55b6b4c0d337a40b5a9823f807bbf) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add Integrity target for QtBase including provisioning changesHeikki Halmet2021-06-041-0/+13
At this point let's add only target for QtBase. Target for QtDeclarative, QtQuick3d and QtQuickcontrols2 will be added later when we have all required fixes. Task-number: QTQAINFRA-3555 Task-number: QTQAINFRA-4285 Change-Id: I59ef76079e98ba428cdb7abcb2560f434c37f517 Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>