tooomm
tooomm
>that's because impish is eol and should be removed I updated #4628 to also address this.
https://github.com/Cockatrice/Cockatrice/pull/4662
>I don't know if (#4272) covers the same thing (meaning if it can automatically build an image and push it to Docker Hub) The issue is about testing the "recipe...
As long as this is stuck, posting the links to @saadbruno's resources might be helpful. - Docker image: https://hub.docker.com/r/saadbruno/servatrice - Docker compose file: https://github.com/saadbruno/servatrice-compose
Why do we try to maintain a second list of servers if we have a central place for them already? --> https://github.com/Cockatrice/cockatrice.github.io/blob/master/public-servers.json
Thanks for testing and having a closer look @ctrlaltca 👍 Hmm. Interesting how different those numbers are... Did you try `ccache -z` or `CCACHE_NOSTATS` as well? Maybe it helps when...
So both would help with not updating those at least. `-z` would upload stats with zero's once and after that the comparison won't find changes anymore for future runs. `CCACHE_NOSTATS`...
I tried `ccache -z`, and it does work. But there is no positive impact: https://travis-ci.org/Cockatrice/Cockatrice/builds/559850326 Log example: https://travis-ci.org/Cockatrice/Cockatrice/jobs/559850328#L3368-L3392 Rerunning jobs adds still always ~2,5MB and there are stats changes in...
Maybe this helps here? https://travis-ci.community/t/bad-cache-hit-rate-ccache/9400/2
>Can we create a job to clean up these cache files? Maybe on full releases we trash them? This seems useful It looks like there is an API and cli...