Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: free space on GH runner before running nix build #121

Closed
wants to merge 2 commits into from

Conversation

Br1ght0ne
Copy link
Member

Error (source):

System.IO.IOException: No space left on device : ‘/home/runner/runners/2.312.0/_diag/Worker_20240209-004940-utc.log’

Fix:
As per actions/runner-images#2875, there's a way to regain more space on the runners by deleting unnecessary files before the build (manually or using an action like free-disk-space-ubuntu).

@Br1ght0ne Br1ght0ne added the bug Something isn't working label Feb 13, 2024
@Br1ght0ne Br1ght0ne self-assigned this Feb 13, 2024
@sdankel
Copy link
Member

sdankel commented Mar 5, 2024

@Br1ght0ne Thanks for the contribution, however this particular issue was fixed in #106

@sdankel sdankel closed this Mar 5, 2024
@sdankel sdankel deleted the gh-runner-no-space branch March 5, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants