buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
137 stars 91 forks source link

Remove the mount API patch from x/sys #192

Closed stagnation closed 6 months ago

stagnation commented 6 months ago

The patch has been merged upstream. https://github.com/golang/sys/commit/360f961f8978a4c9a7c2e849bb482780cd6bb553

stagnation commented 6 months ago

build_and_test System.IO.IOException: No space left on device : '/home/runner/runners/2.314.1/_diag/Worker_20240307-123509-utc.log'

EdSchouten commented 6 months ago

Maybe we should just remove code in our pipeline for saving/restoring Bazel caches. It's silly that this causes us to run out of space. This only started to happen recently. I have a gut feeling that GitHub started to restrict disk space usage more strongly.

stagnation commented 6 months ago

Yeah it is annoying for me, and I think it can have a dampening effect on new contributors' will and confidence in their work and the review process.