Increase ccache hit rate by introducing sloppiness
This commit is contained in:
parent
3343156668
commit
f05c5cefa9
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@ -151,6 +151,7 @@ jobs:
|
||||
ccache --set-config=max_size=500M
|
||||
ccache --set-config=cache_dir=${{github.workspace}}/.ccache
|
||||
ccache --set-config=compression=true
|
||||
ccache --set-config=sloppiness=include_file_mtime,include_file_ctime
|
||||
echo CCache config:
|
||||
ccache -p
|
||||
echo Clearing ccache statistics
|
||||
|
Loading…
Reference in New Issue
Block a user