From 5928c2babdfdc8a0c7219b8124c67f30ee7612c0 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Thu, 26 Mar 2026 13:41:55 +0800 Subject: [PATCH] nightly builds: unity - build release builds on windows We cannot build debug builds as the llvm binaries are release-only (causing _ITERATOR_DEBUG_LEVEL mismatches) Change-Id: Ia928ed4b7f3330ce6d4fcdf0da4c369b8f2e0e78 Reviewed-by: Tero Heikkinen --- coin/platform_configs/nightly_unity_builds.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/nightly_unity_builds.yaml b/coin/platform_configs/nightly_unity_builds.yaml index 735bce72..1e88ee03 100644 --- a/coin/platform_configs/nightly_unity_builds.yaml +++ b/coin/platform_configs/nightly_unity_builds.yaml @@ -4,8 +4,8 @@ Configurations: Id: 'windows-11_24H2-msvc2022-unity-build' Template: 'qtci-windows-11_24H2-x86_64-71' Compiler: 'MSVC2022' - Features: ['Sccache', 'Debug', 'UseConfigure', 'DoNotRunTests'] - Configure arguments: '-debug -force-debug-info -headersclean -nomake examples -qt-zlib' # disabled example builds: qmake builds fail with C1041 + Features: ['Sccache', 'UseConfigure', 'DoNotRunTests'] # note: we cannot build debug builds due to our llvm binaries + Configure arguments: 'force-debug-info -headersclean -nomake examples -qt-zlib' # disabled example builds: qmake builds fail with C1041 Environment variables: [ 'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\.. -DQT_UNITY_BUILD=ON', 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE -DFEATURE_clangcpp=OFF -DINPUT_headersclean=ON',