From a00fb312a2e91cf15491a22cdad01386e45ead85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Mon, 15 Jan 2024 11:30:39 +0200 Subject: [PATCH] COIN: Remove 'Sccache' feature from arm Mac There is no sccache binary for arm mac so in case of failure the fail parser reports failing sccache command as a reason. Pick-to: 6.7 Change-Id: I3bfd6152d5be2cd00fd19762ed89ae0bc4f7ebcc Reviewed-by: Toni Saario --- coin/platform_configs/macos.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 605793f1..880819a5 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -68,19 +68,19 @@ Configurations: Id: 'macos-12-arm64-tests' Template: 'qtci-macos-12-arm64' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'Packaging'] + Features: ['TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' - Id: 'macos-13-arm64-tests' Template: 'qtci-macos-13-arm64' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'Packaging'] + Features: ['TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' - Id: 'macos-14-arm64-tests' Template: 'qtci-macos-14-arm64' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'Packaging'] + Features: ['TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' # Test the universal packaging built on arm64 @@ -89,7 +89,7 @@ Configurations: Id: 'macos-12-arm-on-arm64-tests' Template: 'qtci-macos-12-arm64' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly'] + Features: ['TestOnly'] Platform dependency: 'macos-universal-on-arm64' - Id: 'macos-12-arm-on-x86_64-tests'