Homebrew formula with .tar.gz URL from gitea repository -> no bottle found error #3484
Unanswered
FiskFan1999
asked this question in
Writing Formulae/Casks
Replies: 1 comment
-
I don't think it has to do with the source tarball domain. What's the output of
? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey everybody,
I created two homebrew formulas for golang projects using the
brew --go create https://example.net/.../v0.0.0.tar.gz
syntax. However, one of them currently installs and compiles correctly, and the other gets me aError: <name>: no bottle available!
error. I should note that the first formula is from a github repository and the second is from a gitea repository.This difference is puzzling to me because both applications are identical as far as I can tell, in that they would be installed via
go install
.Is there a special case for a URL from github that will tip off brew to install from source, that doesn't get detected for the gitea repository (maybe a grep for
/refs/tags/
?), and is there a way to enable this logic for the second project?Thanks,
Beta Was this translation helpful? Give feedback.
All reactions