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

Exometer won't build on OTP 19 #154

Open
ruttenberg opened this issue Jun 20, 2017 · 1 comment
Open

Exometer won't build on OTP 19 #154

ruttenberg opened this issue Jun 20, 2017 · 1 comment

Comments

@ruttenberg
Copy link

The latest release (1.2.1) depends on this:
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-3.3.5"}}},

That won't build on OTP 19, because of changes in 'spec'.
Do you have any plans to bring exometer up to date?

Thanks.

@cwkatzmann
Copy link

cwkatzmann commented Jul 10, 2017

I'm also having the same issue. I included the following in my dependencies, and it built, but I have yet to confirm that it is working. {:amqp_client, git: "https://github.com/dsrosario/amqp_client.git", branch: "erlang_otp_19", override: true}

That was for an Elixir build.

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

No branches or pull requests

2 participants