-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Move formula to homebrew-core #213
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
Move formula to homebrew-core #213
Conversation
Thanks @chenrui333 . I don't have a mac handy, but it seems that I can help out on a linux box just fine too. Let me know if you'd like help troubleshooting the issue your seeing here https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/45745/console . (just for tracking, this addresses #97 ) |
Yeah, my machine is Mac, I have tested locally before the submission, not quite sure why it fails in the CI. I will double check now. |
@wagoodman, Given the homebrew-core PR build issue reolsved, I went ahead of creating a migration PR for |
@wagoodman the PR Homebrew/homebrew-core#42492 has been merged, I think we can merge this one now :) |
@chenrui333 Any chance the From this perspective, the previous tap created by @wagoodman was preferable. I have installed it using these commands: $ brew tap wagoodman/dive
$ brew install wagoodman/dive/dive BTW, this tool looks great and I can't wait to use it more thoroughly. I'm also happy to see it in Homebrew by default, I just don't want to see the |
Sure, I can remove that, I was thinking more from runtime dependency perspective. I will do it now. |
@md5 I have removed the docker dependency in the homebrew-core and PR got merged. :) |
Thanks!
|
@chenrui333 thanks for the homebrew update! Indeed the docker dependency is optional. As long as you can connect to a docker socket somewhere, you don't necessarily need the docker client. |
Sorry for the delay, thanks for your time @chenrui333 |
No worries, thanks for the merge! 🎉 |
I think it would be nice to add this formula into homebrew-core. So I went ahead creating a PR for it, Homebrew/homebrew-core#42492.