Closed Bacto closed 5 years ago
FYI, it seems to be linked to mix_task_archive_deps
(see https://github.com/rabbitmq/mix_task_archive_deps/blob/master/lib/mix/tasks/archive/build.deps.ex#L72).
Unfortunately issues are not opened on their side.
I've checked the official RabbitMQ plugin creation tutorial (https://www.rabbitmq.com/plugin-development.html) and it seems they are not using mix_task_archive_deps
. Maybe it is possible to remove it from rabbitmq-cloudwatch-exporter?
Hello,
thanks for reporting this, I will try reproducing it as soon as possible and contact RMQ accordingly.
I can confirm the issue.
I am assuming the RMQ community to be somewhat aware of the problem as the parent repository is having both an issue and a PR opened to fix the problem. https://github.com/hairyhum/mix_task_archive_deps
I guess as a workaround, you can try to apply the patch in this PR: https://github.com/hairyhum/mix_task_archive_deps/pull/2
Thank you for your reactivity @noxdafox, I'll try to apply the patch :)
Closing the issue, let me know if you need further assistance.
Hi, I tried to build from sources cloudWatch exporter and unfortunately it fails with Elixir 1.9 with the following error:
It seems that
Mix.Dep.loaded
has been removed from Elixir 1.9.How to reproduce:
Start an Elixir 1.9.1 container with
docker run -it elixir:1.9.1 /bin/bash
Then build the plugin as usual:
Best, Adrien