mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
CI: Reduce the ccache size for CI
We currently use 0.6GB for a clean build with sanitizers enabled. This will allow us to have ~3 clean builds cached and save 3GB of disk space on CI. (The effect is actually double, because Azure archives the cache in a tar file before uploading).
This commit is contained in:
parent
ba67a0645e
commit
62596f3e43
2 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ steps:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
CCACHE_DIR=${{ parameters.serenity_ccache_path }} ccache -M ${{ parameters.serenity_ccache_size }}
|
CCACHE_DIR=${{ parameters.serenity_ccache_path }} ccache -M ${{ parameters.serenity_ccache_size }}
|
||||||
|
CCACHE_DIR=${{ parameters.serenity_ccache_path }} ccache -c
|
||||||
CCACHE_DIR=${{ parameters.serenity_ccache_path }} ccache -s
|
CCACHE_DIR=${{ parameters.serenity_ccache_path }} ccache -s
|
||||||
displayName: 'Configure Serenity ccache'
|
displayName: 'Configure Serenity ccache'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue