-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
rabbitmq-server: 3.10.8 -> 3.11.2 #200315
Conversation
Why does the test segfault on x86_64-darwin? |
Apparently |
Ok good to know, i havent had a chance to test or debug, will put it in the todo list |
- https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.0 - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.1 - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.2 - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.3 - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.4 - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.5 - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.6
@GrahamcOfBorg eval |
I agree here. |
Agree with the merge. Erlang cross-compilation in nixpkgs has been broken for quite some time (i would like to have it for graviton2 instances in AWS) but I have never been able to figure out how to fix it. I spent a week on it, and I feel like I understand even less now than before the experiment. Cross-compilation in nixpkgs feels like there is no-one able to help us with that anymore. And it is not helped by the erlang bootstrap process being fairly invovled I would love to take another stab at it, but I feel I need help from an expert in nixpkgs cross-compilation for that. |
RabbitMQ 3.11 is not backwards compatible with earlier versions. Steps should be taken before upgrading. https://blog.rabbitmq.com/posts/2022/07/required-feature-flags-in-rabbitmq-3.11/ Please write a release note. |
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes