Skip to content

Remove some preinstalled packages on CI runner to gain more free space#430

Closed
Po-Chun-Chien wants to merge 1 commit intomainfrom
increase-runner-disk-space
Closed

Remove some preinstalled packages on CI runner to gain more free space#430
Po-Chun-Chien wants to merge 1 commit intomainfrom
increase-runner-disk-space

Conversation

@Po-Chun-Chien
Copy link
Copy Markdown
Collaborator

CI run ubuntu-latest:z3-static has been failing regularly due to insufficient disk space. This PR removes some unnecessary preinstalled packages from the runner.

Examples of recent failed runs:

@CyanoKobalamyne
Copy link
Copy Markdown
Member

I think we should try to use the recommended way to uninstall things instead of just deleting files when we can (e.g., ghcup nuke instead of rm -rf /opt/ghc). Also, it turns out that just removing Haskell and the Android SDKs frees up ~17 GB already, so we don't need to do the rest, because that just eats up time. I made these changes in #431, so you can probably close this, unless you want to propose more changes.

@Po-Chun-Chien Po-Chun-Chien deleted the increase-runner-disk-space branch September 30, 2025 22:09
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