-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
ocaml 5.1.0; ocaml@4 4.14.1 (new formula); ledit 2.06 #154837
Conversation
Still need to figure out Backporting OCaml 5 fixes is tedious as I have tried applying a number of patches so far and it still doesn't build. Also, HEAD may work on Linux but there are build issues on macOS due to Probably will end up going with |
25ede07
to
f26d389
Compare
Going to try deferring |
Regarding
I had some time to take a look at I attempted to build |
The easiest way to build newer
|
Great work @cho-m! Thanks! |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?