hendrikmuhs / ccache-action

github action to speedup building using ccache
MIT License
122 stars 54 forks source link

Post run is slow even when there are no cache misses #185

Open dabrahams opened 9 months ago

dabrahams commented 9 months ago

Presumably(?) that's because the cache is being saved. But if there were no misses, there's nothing new to save, so it might be better to just skip it.

firewave commented 4 months ago

The slowdown is probably the same issue as detailed here: https://github.com/hendrikmuhs/ccache-action/issues/178#issuecomment-1913376963.