-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support binaries with Homebrew #80
Comments
Did this finish, and did you get to the bottom of what was causing the slowness? Is the process also very slow if you "manually" compile from source? Tested and on Linux things proceeded snappily enough, however Go version below is 1.15.6:
|
Just installed on my laptop.
|
@darkn3rd is this an M1 machine? |
Mine is also pretty fast, I am using MBP Pro 2017. (I think it might be because I have already loaded the dependencies in my go_cache) |
I have a MacBook Air (Retina, 13-inch, 2018), and compiling is slow, especially if the explicit go lang dependency is not met, but seriously as much as would like to endorse the "works on my laptop", it is sort of missing point. If there is binary releases available in git releases, why not use Homebrew package manager to install, I don't know, a "package", Currently, Homebrew in this scope is used for build tool automation. Go already has this built in with go get. This is the first project (in the category of using homebrew and go lang with git binary releases available) that I have come across that requires downloading go build environment to compile the binary through a package manager. |
@darkn3rd I have just merged the k2tf homebrew-core PR , do you want to give another try?
|
I did a
brew install k2tf
, and I had to download go and compile the binary. This takes a VERY long time. I expected to just install the compiled binary. It's been 15 minutes, and it is still not completed.The text was updated successfully, but these errors were encountered: