diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index f428ba00..09817094 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -74,18 +74,6 @@ Configurations: - Id: 'macos-x86_64-developer-build' - Template: 'qtci-macos-15-x86_64-103' - Compiler: 'Clang' - Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'StandaloneExamples'] - Configure arguments: '-developer-build -release -force-asserts -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples' - Environment variables: [ - 'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}', - 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE', - 'VCPKG_HOST_TRIPLET=universal-osx-qt', - 'VCPKG_TARGET_TRIPLET=universal-osx-qt', - ] - - - Id: 'macos-26-x86_64-developer-build' Template: 'qtci-macos-26-x86_64-101' Compiler: 'Clang' Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'StandaloneExamples']