Linkage error when running test-bot in a custom tap #2176
Replies: 1 comment 7 replies
-
Basically what it's complaining about is it's linking with It's however possible that, assuming the dependency on So basically the solution is either to disable linking against this library or depend on Homebrew's version (
If you want to understand where the build might be picking up the library, you can check its output. This is saved in the Homebrew logs directory
The output workflow yml files invoke
There's also differences in the linkage checker between Linux and macOS (macOS does allow system library usage for Apple-supplied libraries since there aren't different OS distributions to deal with), but the first point will be the main reason in this scenario since Apple don't provide |
Beta Was this translation helpful? Give feedback.
-
I created a custom version of a formula already in homebrew/core and am trying to push it to a custom tap I'm getting the following error. I don't know if this is caused by the formula I'm working on or is an error with the action itself.
I have a few questions:
brew tap-new
a replacement for thebrew test-bot
command?This is the error:
Beta Was this translation helpful? Give feedback.
All reactions