martinzink commented on pull request #1075: URL: https://github.com/apache/nifi-minifi-cpp/pull/1075#issuecomment-843238201
The windows-vs2019 CI is failing due to corrupted clcache. Unfortunetly github doesnt have clean way to clear the cache. The only thing I found is that ``` GitHub will remove any cache entries that have not been accessed in over 7 days. There is no limit on the number of caches you can store, but the total size of all caches in a repository is limited to 5 GB. If you exceed this limit, GitHub will save your cache but will begin evicting caches until the total size is less than 5 GB. ``` But since we are using the CI, I am not sure this will be resolved on its own. This PR is a quick and dirty fix,inspired by https://github.community/t/how-to-clear-cache-in-github-actions/129038/3 I am open to better alternatives. If this issue comes back we could perhaps look into creating a manually triggerable workflow to clear the cache. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
