mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
GHA CI: tweak cache size
It seems ~500MB is enough to cache all the build artifacts but we still make it a bit larger to avoid thrashing.
This commit is contained in:
2
.github/workflows/ci_macos.yaml
vendored
2
.github/workflows/ci_macos.yaml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
store_cache: ${{ github.ref == 'refs/heads/master' }}
|
store_cache: ${{ github.ref == 'refs/heads/master' }}
|
||||||
update_packager_index: false
|
update_packager_index: false
|
||||||
ccache_options: |
|
ccache_options: |
|
||||||
max_size=2G
|
max_size=1G
|
||||||
|
|
||||||
- name: Install boost
|
- name: Install boost
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/ci_ubuntu.yaml
vendored
2
.github/workflows/ci_ubuntu.yaml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
store_cache: ${{ github.ref == 'refs/heads/master' }}
|
store_cache: ${{ github.ref == 'refs/heads/master' }}
|
||||||
update_packager_index: false
|
update_packager_index: false
|
||||||
ccache_options: |
|
ccache_options: |
|
||||||
max_size=2G
|
max_size=1G
|
||||||
|
|
||||||
- name: Install boost
|
- name: Install boost
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user