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 "No space left on device" in build job #482

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

medmunds
Copy link

  • Add "Maximize Build Space" step to Build job, to prevent System.IO.IOException: No space left on device. (It was already in the Inspect code and Verify plugin jobs.)
  • Also add it to the Test job, assuming that will start running out of space soon too.
  • Pin jlumbroso/free-disk-space action to particular version to avoid unexpected workflow behavior changes.

- Add "Maximize Build Space" step to Build job, to prevent
  `System.IO.IOException: No space left on device`. (It was
  already in the Inspect code and Verify plugin jobs.)
- Also add it to the Test job, assuming that will start running
  out of space soon too.
- Pin jlumbroso/free-disk-space action to particular version
  to avoid unexpected workflow behavior changes.
@siropkin
Copy link

siropkin commented Nov 4, 2024

I encountered a "No space left on device" error during a build job. I tried a fix, and it worked perfectly! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants