-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use conda's distribution of RabbitMQ for arm64 architecture, when available #57
Comments
Just wondering: if the ubuntu packages for rabbitmq are more up to date in terms of coverage of different CPU architectures, what is the reasoning for switching to conda for managing rabbitmq (and postgresql)? Have you compared the size of installs via conda environment vs the size of install via ubuntu package? |
The flexibility and easiness of maintenance, I would say. Conda environment lets us be decoupled from the version that is bound to the Ubuntu version. The aiida-prerequisites/Dockerfile Lines 103 to 114 in 5a1f540
yes, the comparison can be found here |
Is the version really fixed by Ubuntu? The standard postgresql installation instructions explain how to install the latest postgres version (or a specific one). For rabbitmq you can find the |
Ok, let me rephrase it: not fixed, but available in Ubuntu without further changes.
Feel free to give it a try. |
Currently, arm64 architecture is not supported for conda builds of RabbitMQ, see here. As a temporary solution, we used the package available in the system for arm64. However, as soon as conda builds for arm architecture are available, we should use them instead.
I asked a question in RMQ google groups. Let's see what and when they reply.
The text was updated successfully, but these errors were encountered: