(tmp, just to trigger CI)#15332
Draft
dumbbell wants to merge 2 commits into
Draft
Conversation
74db949 to
9507c9d
Compare
[Why] To be able to support a mix of Erlang/OTP versions in a RabbitMQ cluster, we need to make sure that a RabbitMQ node running Erlang/OTP version N generates Khepri transaction and projection functions that can run on another node running Erlang/OTP N-1 (or older). [How] To allow that, we need to provide the assembly from the oldest runtime's compiler we support to Horus. To achieve that, the build system now fetches that oldest supported compiler based on the declared Erlang/OTP version in `rabbitmq_prelaunch/src/rabbit_prelaunch_erlang_compat.erl`; currently Erlang/OTP 26.0 as the time of this commit. This old compiler is used to compile `.erl` source files to `.S` assembly files. They are written in the `ebin` output directory. The default compiler is then used to compile the assembly files to the final `.beam` modules as usual.
9507c9d to
d803436
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.