-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bug: Building bash on fresh macOS Sequoia installs homebrew to install coreutils #264
Comments
The reason this would have happened is that I am running Sequoia on an Intel Mac via Open Core Legacy Patcher, as such home-brew doesn't provide a bottle for this situation: dorothy/commands/setup-util-bash Lines 83 to 96 in f557548
Note this installs bash to |
So the only way to fix this within Dorothy would be for us to build, cache, and distribute our own binaries. I originally implemented a proof of concept service for this a year or two ago to streamline binaries on rare distros like arm and riscv, however such would also make sense here. I'm going to mark this as something that needs improvement as this does not prevent Dorothy from working, and mark it as something that needs a bounty as funding is more pressing than implementing new services. I'll also accept a PR for better communication of this surprising delay in Dorothy's installation under this circumstance. |
Cross-over with #147 |
The text was updated successfully, but these errors were encountered: