From 61ce5dfff1974a6a30aa91e9ee6074642ce98f40 Mon Sep 17 00:00:00 2001 From: Jukka Jokiniva Date: Thu, 19 Mar 2026 17:25:10 +0200 Subject: [PATCH] Remove developer build on macOS 15 Intel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A developer build already exists for macOS 26 Intel, so the macOS 15 configuration is no longer needed. Removing it helps reduce CI load and saves capacity. Change-Id: I9000967ec8c0ac0e8fb8f033b5b5beb973429f22 Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 12 ------------ 1 file changed, 12 deletions(-) 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']