aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-29 16:27:02 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-29 18:57:35 +0200
commit905a2a9571e97e703d734793882fe586e9220b77 (patch)
treecfc5264d944b2f32b5cf2060433fd947dfd2f398 /coin/platform_configs
parent3e380e35b038405b4524cf704183e9b82348626e (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. Pick-to: 6.4 Change-Id: I3f5614d34def41caf1747a5f8094bac3aa2d9e2b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
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: []