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

CI out of disk space #108

Closed
clehner opened this issue Mar 18, 2021 · 1 comment
Closed

CI out of disk space #108

clehner opened this issue Mar 18, 2021 · 1 comment

Comments

@clehner
Copy link
Contributor

clehner commented Mar 18, 2021

No space left on device in this run: https://github.com/spruceid/didkit/actions/runs/664432771

Related: actions/runner-images#709

Possible solutions:

  • Figure out where disk space is being used
  • Remove some preinstalled software from the container
  • Periodically clear caches?
    • Doesn't look like the Cargo and NDK caches are causing this failure, since they appear to be their usual size.
  • Separate into multiple workflows, e.g. put the multi-platform Android builds in its own workflow since it requires a lot of storage
@clehner
Copy link
Contributor Author

clehner commented Mar 18, 2021

Fixed (for now) by #110. Further work to be done in #109

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

No branches or pull requests

1 participant