From 5ee15a39c92f70aeae534bd9901c6dafe4cd98b4 Mon Sep 17 00:00:00 2001 From: Dimitrios Apostolou Date: Tue, 13 Jan 2026 18:39:14 +0100 Subject: [PATCH] Enable sccache on macos-universal-on-arm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-141785 Pick-to: 6.10 6.8 Change-Id: I63283fa327186226f6027c38a08bad1dfebdf2f2 Reviewed-by: Tor Arne Vestbø (cherry picked from commit c16277f9d327a6e501edac261836b8e20b25676f) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 7969078e..5462349f 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -12,7 +12,7 @@ Configurations: Template: 'qtci-macos-15-arm-104' Compiler: 'Clang' Target arch: 'x86_64-arm64' - Features: ['Packaging', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM'] + Features: ['Sccache', 'Packaging', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM'] Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -framework' Environment variables: [ 'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',