-
Notifications
You must be signed in to change notification settings - Fork 3.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
ssl_verify_fun doesn't compile with Elixir 1.15 #12653
Comments
Correct. Their mix.exs file is incorrect. You can pass |
jamilbk
added a commit
to firezone/firezone
that referenced
this issue
Jun 22, 2023
kianmeng
added a commit
to kianmeng/jaxon
that referenced
this issue
Aug 16, 2023
See elixir-lang/elixir#12653 Upgraded: excoveralls 0.14.1 => 0.17.0 (minor) jason 1.2.2 => 1.4.1
flaviogrossi
added a commit
to flaviogrossi/fiqlex
that referenced
this issue
Mar 4, 2024
frerich
added a commit
to frerich/minio_server
that referenced
this issue
Sep 20, 2024
ssl_verify_fun 1.1.6 is known not to compile with Elixir 1.15 and later, cf. elixir-lang/elixir#12653 . Upgrading to ssl_verify_fun 1.1.7 (or later) fixes that.
frerich
added a commit
to frerich/minio_server
that referenced
this issue
Sep 20, 2024
ssl_verify_fun 1.1.6 is known not to compile with Elixir 1.15 and later, cf. elixir-lang/elixir#12653 . Upgrading to ssl_verify_fun 1.1.7 (or later) fixes that. Since ssl_verify_fun is only needed for hackney, and hackney is only needed in :dev or :test, let's also include ssl_verify_fun just for :dev and :test.
LostKobrakai
pushed a commit
to LostKobrakai/minio_server
that referenced
this issue
Sep 24, 2024
ssl_verify_fun 1.1.6 is known not to compile with Elixir 1.15 and later, cf. elixir-lang/elixir#12653 . Upgrading to ssl_verify_fun 1.1.7 (or later) fixes that. Since ssl_verify_fun is only needed for hackney, and hackney is only needed in :dev or :test, let's also include ssl_verify_fun just for :dev and :test.
nikcorg
added a commit
to venndr/erebus
that referenced
this issue
Oct 4, 2024
for details, see elixir-lang/elixir#12653
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Elixir and Erlang/OTP versions
Erlang/OTP 25 [erts-13.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit]
Elixir 1.15.0-rc.2 (9a9cf41) (compiled with Erlang/OTP 25)
Operating system
macOS Ventura 13.4
Current behavior
When compiling a project with
ssl_verify_fun
as a dependency, runningmix deps.compile
fails when using Elixir 1.15.0-rc.2.Expected behavior
ssl_verify_fun
should compile like it does in other Elixir versions.The text was updated successfully, but these errors were encountered: