From 26b43a7b2862d04c6576e3ddafdf04beb38ffe33 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Mon, 4 Apr 2022 14:48:26 +0300 Subject: [PATCH] Make Windows 11 21H2 significant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTQAINFRA-4673 Change-Id: I7eebc889dbc9ecc7c741147a2703575b5bfeb04d Reviewed-by: Tony Sarajärvi (cherry picked from commit d6a7527384a675fdc0a9d10fb3ae2f04208cea86) --- coin/platform_configs/cmake_platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index ce1bf3a2..3c8af4c7 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -180,7 +180,7 @@ Configurations: - Template: 'qtci-windows-11_21H2-x86_64-51' Compiler: 'Mingw' - Features: ['Sccache', 'InsignificantTests'] + Features: ['Sccache'] Configure arguments: '-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DFEATURE_developer_build=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DFEATURE_separate_debug_info=ON -DQT_BUILD_EXAMPLES=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DFEATURE_system_zlib=OFF -DFEATURE_system_tiff=OFF -DFEATURE_system_freetype=OFF -DFEATURE_system_jpeg=OFF' Environment variables: ['Path={{.Env.MINGW1120}}\bin;{{.Env.Path}}', 'NON_QTBASE_CONFIGURE_ARGS=-DFEATURE_system_tiff=OFF', 'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_mingw}}']