aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2022-04-04 14:48:26 +0300
committerHeikki Halmet <heikki.halmet@qt.io>2022-04-05 08:17:35 +0300
commit26b43a7b2862d04c6576e3ddafdf04beb38ffe33 (patch)
tree3b6080b495f33019a61c616797c46a16fa88ac72
parentc74b05790c7ac32e538ad53b380dfebaec2de3b4 (diff)
Make Windows 11 21H2 significant
Task-number: QTQAINFRA-4673 Change-Id: I7eebc889dbc9ecc7c741147a2703575b5bfeb04d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit d6a7527384a675fdc0a9d10fb3ae2f04208cea86)
-rw-r--r--coin/platform_configs/cmake_platforms.yaml2
1 files changed, 1 insertions, 1 deletions
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}}']