-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nextclade 1.2.3 (new formula) #1394
base: develop
Are you sure you want to change the base?
Conversation
The CI error |
@corneliusroemer Can you rebase this on the current develop? |
ff0ca98
to
3a3256b
Compare
@eseiler Done! Someone needs to approve running workflows though, unfortunately. Maybe @sjackman @YoshitakaMo @jonchang @zbeekman? Not sure who has the rights. |
I've started CI checks on this. Note that you could probably just submit this to homebrew/core instead, as long as you provide a better test in the |
Try |
When I try to build it locally in an Ubuntu docker image using
Not sure what's the problem since I can build it without brew just using Any ideas? |
You're likely using a different compiler from your host environment than brew's compiler. It is likely an issue in this dependency when compiling with gcc 11. |
Thanks! I didn't find that bug. So I would have to tell brew that all but gcc 9 works - or at least that gcc@11 doesn't. |
Yes, you'll need to add a I also want to reiterate that you should submit this to https://github.com/homebrew/homebrew-core, since the CI resources there are better (including for ARM macOS) and that repository gets more visibility than this one. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
brew install --build-from-source FORMULA
, whereFORMULA
is the name of the formula you're submitting?brew audit --strict FORMULA
(after doingbrew install FORMULA
)?This is my first foray into packaging with brew. Feedback welcome!