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 disk issues with Github runners #796

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

Niederb
Copy link
Contributor

@Niederb Niederb commented Jul 31, 2024

Recently our builds failed multiple times due to lack of disk space (No space left on device). For example here: https://github.com/scs/substrate-api-client/actions/runs/10171581409
I suspect this has become a problem because we added compilation to WebAssembly to the build a while ago.

Solution:
Remove some pre-installed tools from the runner that we don't need

@Niederb Niederb requested a review from masapr July 31, 2024 08:15
@Niederb Niederb marked this pull request as ready for review July 31, 2024 08:15
@Niederb Niederb self-assigned this Jul 31, 2024
Copy link
Collaborator

@masapr masapr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Niederb Niederb merged commit 42d8bf7 into master Aug 5, 2024
64 of 65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants