From 905a2a9571e97e703d734793882fe586e9220b77 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Thu, 29 Sep 2022 16:27:02 +0200 Subject: Remove unique Android configuration from qtdeclarative.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/qtdeclarative.yaml | 3 +-- 1 file changed, 1 insertion(+), 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: [] -- cgit v1.2.3