From 321b41c435fc30bc26cebe2a6c1040cdadf751d0 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 21 Feb 2023 10:33:58 +0200 Subject: [PATCH] Disable ccache on macos with Clang. --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 05d993df6..ce3bd5466 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -183,7 +183,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE - qbs-config defaultProfile qt6 - qbs config profiles.qt6.baseProfile clang - echo qbs build -f valentina.qbs -d $CIRRUS_WORKING_DIR/build --command-echo-mode command-line config:release modules.buildconfig.enableUnitTests:false modules.buildconfig.enableMultiBundle:${MULTI_BUNDLE} qbs.installRoot:$CIRRUS_WORKING_DIR/build/install-root profile:qt6 project.enableConan:true project.minimumMacosVersion:${MACOS_DEPLOYMENT_TARGET} - - qbs build -f valentina.qbs -d $CIRRUS_WORKING_DIR/build --command-echo-mode command-line config:release modules.buildconfig.enableUnitTests:false modules.buildconfig.enableMultiBundle:${MULTI_BUNDLE} qbs.installRoot:$CIRRUS_WORKING_DIR/build/install-root profile:qt6 project.enableConan:true project.minimumMacosVersion:${MACOS_DEPLOYMENT_TARGET} + - qbs build -f valentina.qbs -d $CIRRUS_WORKING_DIR/build --command-echo-mode command-line config:release modules.buildconfig.enableUnitTests:false modules.buildconfig.enableMultiBundle:${MULTI_BUNDLE} qbs.installRoot:$CIRRUS_WORKING_DIR/build/install-root profile:qt6 project.enableConan:true project.minimumMacosVersion:${MACOS_DEPLOYMENT_TARGET} modules.buildconfig.enableCcache:${ENABLE_CCACHE} - ccache -s deploy_script: - pwd @@ -201,6 +201,7 @@ macos_task: ARCHITECTURE: arm64 PLATFORM: "macOS_11+" MACOS_DEPLOYMENT_TARGET: 11.0 + ENABLE_CCACHE: false matrix: - name: 'macOS Monterey 12 [signle bundle, no tests]' env: