From 65fea83b07346745126715ed117604d91c54865f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 8 Aug 2025 11:02:30 +0200 Subject: [PATCH] coin: Make macOS nightly reference existing macOS configurations Change-Id: I8e4d7da2a3293d649f2af0dc978c9be2bfd5726c Reviewed-by: Toni Saario --- coin/platform_configs/nightly_macos.yaml | 27 +++++++----------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/coin/platform_configs/nightly_macos.yaml b/coin/platform_configs/nightly_macos.yaml index b5a0770c..a299907e 100644 --- a/coin/platform_configs/nightly_macos.yaml +++ b/coin/platform_configs/nightly_macos.yaml @@ -1,25 +1,14 @@ Version: 2 Module only: True + +# Please add nightly/beta configs to macos.yaml with the appropriate +# COIN_CTEST_IGNORE_EXIT_CODE to make it insignificant. + Include: [ macos.yaml: [ - 'macos-universal-on-arm64' + 'macos-universal-on-arm64', + 'macos-26-arm64-tests', + 'macos-26-arm64-developer-build', + 'macos-26-arm64-developer-build-tests' ], ] -Configurations: -- - Id: 'macos-26-arm64-developer-build' - Template: 'qtci-macos-26-arm-101' - Compiler: 'Clang' - Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure'] - Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -nomake examples -nomake tests' - Environment variables: [ - # FIXME: macOS 15 ARM VMs have trouble attaching to test via lldb - 'QTEST_DISABLE_STACK_DUMP=1' - ] - -- - Id: 'macos-26-arm64-tests' - Template: 'qtci-macos-26-arm-101' - Compiler: 'Clang' - Features: ['TestOnly', 'Packaging', 'Insignificant', 'Insignificant'] - Platform dependency: 'macos-universal-on-arm64'