brew audit --online --new-formula
fails for uses_from_macos [...], since: :monterey
#4130
Unanswered
pavelzw
asked this question in
Everyday usage
Replies: 1 comment
-
You could try adding it to exception list, like here #4623 |
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
-
I am currently trying to build a formula for micromamba. There, I have the issue that micromamba uses needs
curl >= 7.66.0
while macOS 11 ships an older version. To fix this, I addeduses_from_macos "curl", since: monterey
(same thing withlibarchive
). Now,brew audit --online --new-formula micromamba
returns the following error:This error only occurs in the macOS 11 CI runs.
How can I make brew stop complaining?
Beta Was this translation helpful? Give feedback.
All reactions