-
Notifications
You must be signed in to change notification settings - Fork 243
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
Reuse official binaries in homebrew #598
Comments
IIRC, you'll need to perform code signing for Alloy binaries if users want to install it on Mac. I'm not sure if there's already one in place (DEB and RPM packages are signed already) For now, I think we can selectively reuse official binaries for Linux installation. |
I feel like it's against the Homebrew expected patterns to directly download pre-built binaries. IMO we should try to make our Formula feel as native to Homebrew as possible, although that means going through the extra work of automating building bottles for people who don't want to build from source. |
This issue has not had any activity in the past 30 days, so the |
Request
The homebrew recipe for Alloy is currently building Alloy form source instead of reusing the official binaries from our releases. It would be good to reuse the official binaries - the installation would be faster, and wouldn't require installing things like Go. Maybe it also wouldn't require "node" and "yarn"?
Use case
Faster installations and simpler code.
The text was updated successfully, but these errors were encountered: