-
Notifications
You must be signed in to change notification settings - Fork 24
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
Build fails compiling dependencies #75
Comments
(I'm wondering how the build tests are set up, as it's all green here.) |
@ghard , As far as I know,
As for green test, we simply don't use Erlang 21.0 yet. We'll wait until all deps fix issues related to this new release. |
Is the problem resolved? Can we close this issue? |
I guess it will have to resolved in the upstream, so yes. |
There are multiple (transitive) dependencies to chatterbox, which appears to have warnings as errors set, while using a deprecated erlang API
And building as recommended in the README.md
Changing the compile opts for chatterbox will cause it to fail building the next module with a transitive chatterbox dependency. I am not adept enough in mix/elixir to figure out how to pass an exception to the build that would compile all modules matching X with warnings as errors disabled.
Is there an elegant workaround / fix or need I spoof whatever URL chatterbox gets loaded from from locally?
The text was updated successfully, but these errors were encountered: