LiveSplitOne icon indicating copy to clipboard operation
LiveSplitOne copied to clipboard

Suboptimal CI Caching

Open CryZe opened this issue 6 years ago • 2 comments

You need to know beforehand if you have a 100% cache hit (which also means to them that you are not going to make any changes to it). If it's not a cache hit it doesn't download anything. So either it downloads and it skips uploading or vice versa. This is pretty pointless and they need to fix it: https://github.com/actions/cache/issues/106

CryZe avatar Jan 25 '20 15:01 CryZe

Unblocking because this can still be done without them changing anything.

CryZe avatar Jan 25 '20 17:01 CryZe

I'll keep this open as a tracking issue for eventually improving this. The current solution is still far from optimal.

CryZe avatar Jan 27 '20 10:01 CryZe

I don't think the CI times are that bad. They are mostly dominated by building the Rust code, but caching Rust's target folder usually mostly just slows things down (uploading / downloading it). So I don't think we can do much here.

CryZe avatar Apr 28 '24 08:04 CryZe