jbrisbin / amqp_client

Rebar-friendly fork of rabbitmq-erlang-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'master' doesn't refer to the newest `rabbit_common`

jlouis opened this issue · comments

The current master branch refers to version 3.6.2 (+patches) of amqp_client, but the rebar.config file refers to 3.5.6 still. Furthermore, trying to build RabbitMQ fails on Erlang 18.3. It also looks like there is some build problem with the 3.6.2 patch in rabbit_common but I have yet to investigate that.

Ok, the build problem was a local fluke, so the only thing needed is an update to rebar.config :)

I'd do the patch myself, but to do it right, I'd need a tag on rabbit_common for the correct version. I'm not too keen on referencing a given git commit ID in there.