Is there any way to specify a branch with "url" method? #6636
Replies: 3 comments 1 reply
-
|
Are you trying to build directly from the default branch? Because that would be a HEAD only formula. If you just need to check out a tag/revision you can do |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No, I was trying to build a tagged version, but found I couldn't do it. I cannot currently replicate the problem and don't understand why, so I am not going to worry about it any more. |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
I've run into a repo which doesn't have tar files (sigh) and must be downloaded from from git . The repo follows the convention of using "main" for the main branch of the repo rather than "master," and there doesn't seem to be a way to tell Homebrew this. Have I missed something? Or must I stick with a head formula?
Update: found release files. Still a good question, just a less immediate one.
Beta Was this translation helpful? Give feedback.
All reactions