How to test a formula works on linux from a mac? #5968
Unanswered
emmby
asked this question in
Writing Formulae/Casks
Replies: 2 comments 1 reply
-
Try spinning up an (emulated) x86 Ubuntu VM with something like UTM. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It looks like support is coming to address this natively without an x86 emulator: Homebrew/brew#19208 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Output of
brew configOutput of
brew doctorDescription of issue
I am writing a formula. I can test the formula works for macs on my own mac. How do I test the formula works on linux before I push a PR?
homebrew-core, I can just run the tests action on my fork. But they don't run on push and I don't see an option to manually trigger them.Am I doing this the hard way?
Beta Was this translation helpful? Give feedback.
All reactions