-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fails to compile on otp 27 #144
Comments
You can try cloning the projects and running the steps to build them. That should be enough to reproduce the issue. |
I tried on a new elixir app and added only
We should report it to UPDATE: The error is related to pc ENV:
|
I reported the issue on |
I am experiencing this issue on |
Another related issue reported at zmstone/snappyer#10 |
I managed to fix my build by cleaning caches [1]
As snappyer doesn't use pin version of @mhdatie I suggest to delete the cache, maybe it help. Would be good to provide the error message, and specially if it's related to |
brod 4.0 removes dependency on snappyer, @josevalim can broadway_kafka be updated to use the latest version of brod ? |
Please send a PR! |
Hi, switching to elixir 1.17.0 and otp 27 breaks this for me.
The setup:
asdf .tool_versions
asdf install
mix deps.get
mix deps.compile
results in:
Obviously, this is not an issue with broadway_kafka directly, but with snappyer, which is a dependency of brod. The reason I'm opening an issue here is that both brod and snappyer are erlang libs and I'm not sure how to reproduce this without mix.
The text was updated successfully, but these errors were encountered: