Open
Description
First saw some of this and discussed on #469 -
This job just failed due to a large cache being unzipped running out of space on actions runner. https://github.com/fishfolk/bones/actions/runs/11241667423/job/31253700224
While the job seems to just abruptly terminate, at the top there is a hidden "Annotions 1 error" drop down, which shows:
System.IO.IOException: No space left on device : '/home/runner/runners/2.320.0/_diag/Worker_20241008-184020-utc.log'
Perhaps we are caching too much or caching too widely across different CI jobs (maybe some do not overlap in build artifacts as much as we think?) - maybe should look at other large rust projects and see how they approach caching.
CC: @nelson137 @zicklag