Skip to content

Conversation

@mxgrey
Copy link
Contributor

@mxgrey mxgrey commented Dec 29, 2025

There has been an ongoing struggle with the GitHub Actions CI, which seems to keep running out of disk space earlier and earlier in the testing workflow for ubuntu-latest: #143 #152

Now the disk space is running out during the maximal feature test. This PR completely clears out the target directory before attempting to build the maximal feature tests. This will clear out any compiled .rlib files that aren't directly relevant to the maximal feature build, as well as any other build artifacts that could be taking up unnecessary space.

This will cause the maximal feature test to take longer to run, but I don't see any other clear option for obtaining enough disk space.

@mxgrey mxgrey added this to PMC Board Dec 29, 2025
@github-project-automation github-project-automation bot moved this to Inbox in PMC Board Dec 29, 2025
@mxgrey mxgrey merged commit 2766eb0 into main Dec 29, 2025
6 checks passed
@mxgrey mxgrey deleted the clear_target_dir_in_ci branch December 29, 2025 05:56
@github-project-automation github-project-automation bot moved this from Inbox to Done in PMC Board Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants