brew reporting required dependencies as missing test dependencies #4150
Unanswered
nwhetsell
asked this question in
Everyday usage
Replies: 2 comments 3 replies
-
What if you use |
Beta Was this translation helpful? Give feedback.
3 replies
-
For any authors of homebrew taps older than a few weeks (like me) finding this issue: make sure to update your github workflows with this variable if you're seeing test failures!
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Sometime between Jan 21 (I believe) and today,
brew
began reporting required dependencies that are installed as test dependencies that are missing. If I run——I get:
Here’s the relevant output of
brew info lilypond
on my machine (noteguile ✔
in the list of required dependencies):If I run—
—I get:
Here’s the relevant output of
brew info csound
on my machine (noteopenjdk ✔
in the list of required dependencies):Tests are passing at https://github.com/Homebrew/homebrew-core/actions, so I’ve most likely fat-fingered something on my machine, but I’m at a loss for how to fix this.
Beta Was this translation helpful? Give feedback.
All reactions