From 3c9b5b210f37b202fad5fd1882bf5398d9e97d8a Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Mon, 11 Oct 2021 18:19:45 +0300 Subject: [PATCH] Fix windows tier1 image name Patch 33734ad9c1bd13391c7b112e4373668924e458e9 introduced a platform with invalid tier1 name. Change-Id: I701d3b891c0c0d96dfbd0c86c2ac709b218a1106 Reviewed-by: Alexandru Croitor --- coin/platform_configs/cmake_platforms_static_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms_static_tests.yaml b/coin/platform_configs/cmake_platforms_static_tests.yaml index 7dc5b9fd..1398958a 100644 --- a/coin/platform_configs/cmake_platforms_static_tests.yaml +++ b/coin/platform_configs/cmake_platforms_static_tests.yaml @@ -8,7 +8,7 @@ Configurations: Environment variables: ['NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache', 'TEST_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'] - - Template: 'qqtci-windows-10_21H1-x86_64-52' + Template: 'qtci-windows-10_21H1-x86_64-52' Compiler: 'MSVC2019' Features: ['Sccache', 'MinimalStaticTests'] Configure arguments: '-G"Ninja" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DBUILD_SHARED_LIBS=OFF -DFEATURE_msvc_obj_debug_info=ON -DQT_BUILD_EXAMPLES=OFF -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DFEATURE_system_zlib=OFF -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'