Clear GHCup caches in CI to not run out of space in CI#4382
Merged
Conversation
fendor
force-pushed
the
fix/image-running-out-of-space
branch
7 times, most recently
from
August 20, 2024 12:12
39c51dc to
2f77412
Compare
fendor
force-pushed
the
fix/image-running-out-of-space
branch
from
August 20, 2024 12:14
2f77412 to
5f78308
Compare
fendor
enabled auto-merge (squash)
August 20, 2024 12:23
fendor
disabled auto-merge
August 20, 2024 12:23
Helps us to avoid running out of disk space during a CI job.
fendor
force-pushed
the
fix/image-running-out-of-space
branch
from
August 20, 2024 12:25
5f78308 to
d543ae4
Compare
fendor
enabled auto-merge (squash)
August 20, 2024 12:37
Collaborator
Author
|
It is unclear why our CI is running out of space only now.
|
fendor
disabled auto-merge
August 20, 2024 14:08
soulomoon
pushed a commit
to soulomoon/haskell-language-server
that referenced
this pull request
Sep 23, 2024
Helps us to avoid running out of disk space during a CI job.
soulomoon
pushed a commit
to soulomoon/haskell-language-server
that referenced
this pull request
Oct 24, 2024
Helps us to avoid running out of disk space during a CI job.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In some actions, we are seeing runners running out of disk space, for example https://github.com/haskell/haskell-language-server/actions/runs/10438536948/job/28905967511
Let's try to get to the bottom of this.
Fixes #4386