From 840e61affea6f823f032d08f355ee0707f31bfe2 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Thu, 12 Jan 2023 07:25:04 +0000 Subject: [PATCH] Fix tqtc-android-automotive Id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Current id won't work when including cmake_platforms_target_android.yaml Change-Id: I6dc488e5bf683608f567dcc2871e3c1861990e32 Reviewed-by: Toni Saario (cherry picked from commit a915ead6acea4730b2818e7044a622314719ae58) Reviewed-by: Tony Sarajärvi --- coin/platform_configs/tqtc-android-automotive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index 89ab1d33..0b6e6767 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -8,7 +8,7 @@ Configurations: Features: ['Sccache', 'Documentation', 'TestDocs', 'UseConfigure'] Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -no-warnings-are-errors -qtlibinfix TestInfix -qtnamespace TestNamespace' - - Id: 'automotive-windows-10_22h2-mingw11' + Id: 'windows-10_22h2-mingw11' Template: 'qtci-windows-10_22H2-x86_64-50' Compiler: 'Mingw' Features: ['Packaging', 'Sccache', 'DoNotRunTests', 'UseConfigure']