Files
qt5/coin/platform_configs/nightly_macos.yaml
Ville-Pekka Karhu 26001cc04d Provisioning: Update macOS 26 ARM nightly to beta 4
Task-number: QTQAINFRA-7196
Change-Id: If844b43380fc251efde96ed8f2f8f8654f99d518
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2025-07-31 15:02:08 +03:00

26 lines
801 B
YAML

Version: 2
Module only: True
Include: [
macos.yaml: [
'macos-universal-on-arm64'
],
]
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'