Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: print ccache statistics and configuration at end of CI run (llvm#…
…1719) There appear to be two problems with the caching layer in our CI runs: (a) the sizes of some of the caches have grown to multiples of the 300 MB limit and (b) caching on Windows seems to be provide little to no benefit. To help understand the reasons for these problems, this patch adds a line item to the list of steps run in CI to dump the ccache configuration and statistics just prior to uploading the cache artifact.
- Loading branch information