Problem with brew test-bot --only-formulae
on github-actions with platform macOS
#5045
Unanswered
azatoth
asked this question in
Tap maintenance and brew development
Replies: 1 comment 4 replies
-
Yeah, I don't think anyone ever tried this with git-lfs. We'd welcome pull requests that helped, but it's not normally supported. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
All steps passed!
Description of issue
Having created a tap per https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap and therein created a formula for a tool. The included github-actions workflow test, while modified from the original, succeeds on ubuntu but fails on macOS due to it can't find git-lfs:
The original template did specify macos-13, but as that one failed I tested with macos-12 which per https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources is the stable one.
I did in a previous step check for git and git-lfs and it for macos returned:
Thus I'm a bit in an impasse and any help or ideas will be welcome.
Regards;
Beta Was this translation helpful? Give feedback.
All reactions