-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
erlang 27.1 #178020
erlang 27.1 #178020
Conversation
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
41def5a
to
f30fcd3
Compare
f30fcd3
to
cfc4b0e
Compare
9c5aaa0
to
201c54e
Compare
erlang@27
8e8b6c3
to
175c776
Compare
175c776
to
42ee268
Compare
12a7a46
to
11d586e
Compare
5bd325e
to
58fc7ed
Compare
58fc7ed
to
6b4be5d
Compare
Elixir is failing, but that seems to be due to a hard-coded assertion in the test. Is this compatible with Erlang 27? Does it need to be rebuilt? |
homebrew-core/Formula/e/elixir.rb Line 33 in a89ff87
Elixir 1.17 is indeed compatible with Erlang 27: https://hexdocs.pm/elixir/1.17.3/compatibility-and-deprecations.html#between-elixir-and-erlang-otp |
Thanks; I've opened #191460. I think we can ignore the |
a89ff87
to
f4e673b
Compare
f4e673b
to
f6202bd
Compare
This should be it. 🤞 |
🤖 An automated task has requested bottles to be published to this PR. |
@paulo-ferraz-oliveira amazing work to move the world forward to Erlang 26 and 27, thank you! Is someone checking on RabbitMQ which announced since May that they are not supporting Erlang 27 yet? 😅
https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.1
So, can the dependency be downgraded to the new alias |
Pull requests welcome! |
Description
This updates the Erlang/OTP formula to 27.0.1.
Further considerations
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>
?