macOS runners: Are any homebrew packages required for normal operation? #7505
Lord-Kamina
started this conversation in
Installed software
Replies: 1 comment 1 reply
-
well. I'm afraid nobody knows. however, runners are somewhat "ephemeral". it is no harm to delete something. the next run will start with brand new runner. no worry |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the macOS runner to install all dependencies of my project via homebrew. It's kinda slow, so I was looking into caching the homebrew folders and so far, so good.
Problem is, the images already come with a bunch of packages and thus the cache files are much larger than they really need to be.
In the spirit of optimizing my space consumption, I wanted to uninstall all the packages I don't need, prior to the cache generation.
So the question is, are there any homebrew packages that should not be uninstalled because they are actually needed by the runner itself to complete a run?
Beta Was this translation helpful? Give feedback.
All reactions