aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2024-01-15 11:30:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-17 07:44:14 +0000
commit7f217718ff805cfd21915b9e8dc230feac160bb9 (patch)
treef9c9128807224d597c79b2b8f7842c9bcd8fa2a3
parent769e914ddcec1f33a3f1803dc73a3b28bd5e3747 (diff)
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. Change-Id: I3bfd6152d5be2cd00fd19762ed89ae0bc4f7ebcc Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit a00fb312a2e91cf15491a22cdad01386e45ead85) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/macos.yaml8
1 files 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'