mirror of
https://github.com/RGBCube/serenity
synced 2025-08-02 03:37:46 +00:00
CI: Bust the macOS Lagom ccache and reduce its size
It currently takes upwards of 40 minutes to download the ccache on macOS and often errors-out near the end. Change the cache version to bust it so we can start anew. Reduce its max size to 2 GB (a clean build is ~0.9 GB, so this allows just over 2 clean builds to be cached).
This commit is contained in:
parent
2e0b20ef01
commit
b9fc9aeba1
2 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,9 @@ jobs:
|
|||
${{ if eq(parameters.os, 'Android') }}:
|
||||
with_ndk_cache: true
|
||||
ndk_version: '$(ndk_version)'
|
||||
${{ if eq(parameters.os, 'macOS') }}:
|
||||
ccache_version: 2
|
||||
serenity_ccache_size: '2G'
|
||||
|
||||
- ${{ if eq(parameters.os, 'Android') }}:
|
||||
- script: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue