aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-29 16:27:02 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-29 18:02:29 +0000
commit094da4d84c48aafbcaf5a74d8bf0b7e8c7b63d1a (patch)
treee0deb42209e1ce40a863d4c0539d6a571c9166e7 /coin/platform_configs
parent6e6c314bf27da9e87bf87d85d13eb082e94c013e (diff)
Remove unique Android configuration from qtdeclarative.yml
The configuration is not used to test qtbase, so dependency updates might fail if changes already in qtbase do not pass when then updating dependencies of qtdeclarative. This happens right now in https://testresults.qt.io/coin/integration/qt/qtdeclarative/tasks/1677711115 If we want to enable this configuration anywhere we need to add it to qtbase, or ideally the default list of platforms in cmake_platforms.yaml. Change-Id: I3f5614d34def41caf1747a5f8094bac3aa2d9e2b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 905a2a9571e97e703d734793882fe586e9220b77) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/qtdeclarative.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/coin/platform_configs/qtdeclarative.yaml b/coin/platform_configs/qtdeclarative.yaml
index 1130242e..fde37484 100644
--- a/coin/platform_configs/qtdeclarative.yaml
+++ b/coin/platform_configs/qtdeclarative.yaml
@@ -2,7 +2,6 @@ Version: 2
Include: [
cmake_platforms.yaml,
integrity.yaml,
- cmake_platforms_static_tests.yaml,
- linux_android_tests_developer.yaml
+ cmake_platforms_static_tests.yaml
]
Configurations: []