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

Add remove-large-packages option #20

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

Conversation

thiagokokada
Copy link

This option removes a bunch of packages that are big. Results in around 5GB of free space.

Based on this script: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh

KyleGospo added a commit to ublue-os/remove-unwanted-software that referenced this pull request Sep 30, 2023
'^mongodb-.*' \
'^mysql-.*' \
azure-cli \
google-cloud-sdk \
Copy link

@lilyinstarlight lilyinstarlight Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
google-cloud-sdk \

As of the most recent GHA Ubuntu image, I'm getting E: Unable to locate package google-cloud-sdk when using the action from this PR branch. So I think it probably just needs to be removed now

Thank you for this PR!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: it seems there is a package google-cloud-cli instead and a /usr/lib/google-cloud-sdk which contains some 100MB (maybe 1Gb - don't remember exactly)

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.

3 participants