-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
brew extract should reuse bottled artifact #38782
Comments
Could you fill out the issue template please? It's pretty essential in debugging issues. This issue can be reopened once we have all the information needed to start debugging. |
Sorry, just pressed |
It looks like you have a feature request for the way brew works, this repo is for the software brew ships though. https://github.com/Homebrew/brew is for the tool itself. Don't forget to completely fill out the issue template. |
I faced similar problem, so created issue to brew repository: Homebrew/brew#6059 |
Hi!
brew extract
creates a new tap that has bottle path different from original one. This leads to tapped formula being always rebuild locally (though it is still stored in bottle repository).This is very inconvenient and leads to people using
brew install <git commit url>
hack instead of preferred way of managing versions.The text was updated successfully, but these errors were encountered: