Skip to content
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

Bump Elixir so we can specify the OTP version #6004

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

jeffwidman
Copy link
Member

The 1.13.x elixir releases have a single precompiled file. But it's not clear which OTP release they're compiled against.

The 1.14.x elixir releases have multiple precompiled binaries for OTP 23, 24, and 25. So we can specify which binary to pull to guarantee it aligns with the Erlang version we're using.

The `1.13.x` `elixir` releases have a single precompiled file. But it's
not clear which OTP release they're compiled against.

The `1.14.x` `elixir` releases have multiple precompiled binaries for
OTP 23, 24, and 25. So we can specify which binary to pull to guarantee
it aligns with the Erlang version we're using.
@jeffwidman jeffwidman force-pushed the bump-elixir-to-specify-otp-precompiled branch from c02cbb1 to 4eee3fc Compare October 31, 2022 23:42
@jeffwidman jeffwidman marked this pull request as ready for review November 1, 2022 00:35
@jeffwidman jeffwidman requested a review from a team as a code owner November 1, 2022 00:35
@jeffwidman jeffwidman merged commit 45f52b3 into main Nov 1, 2022
@jeffwidman jeffwidman deleted the bump-elixir-to-specify-otp-precompiled branch November 1, 2022 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants