Replies: 1 comment 7 replies
-
|
Your build is picking up linkage with the system |
Beta Was this translation helpful? Give feedback.
7 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.
-
I'm trying to use github workfows to build formulas and deploy bottles to github. By default, this builds things on both macos and ubuntu. While I could turn off ubuntu, I'd rather not and am getting an error on my ubuntu 'brew linkage --test' phase:
It is actually fired by the
brew test-bot --only-formulae. Is there anyway to not treat this as a failure or a way I can fix things so this doesn't happen? (I tried adding libyaml as a dependency, but nothing changes.)Beta Was this translation helpful? Give feedback.
All reactions