Rin Kuryloski
Rin Kuryloski
It has occurred to me that it's possible we want to also represent the beam version with this transition, to be able to for instance target an otp 26 runtime,...
> It has occurred to me that it's possible we want to also represent the beam version with this transition, to be able to for instance target an otp 26...
A response was posted in stackoverflow: https://stackoverflow.com/a/75007131/20928572 Something similar was raised in https://github.com/rabbitmq/rules_erlang/issues/32, however it's slightly different, which was part of my hesitation in assuming a singular expecattion for what...
Hi @com6056, Apologies for the delayed response, I had been away on summer vacation. I'm glad you were able to make some progress on this on your own. I suppose...
Oh, and one other thing ``` erlang_config( internal_erlang_configs = [ internal_erlang_from_github_release( name = "24", version = "24.3.4.5", ), ], ) ``` should skip the sha256sum command, and allow you to...
`internal_erlang_from_github_release` isn't hermetic at this point. You are correct that it just assumes the erlang deps are available on the host. The reason that is came about is that rabbitmq-server...
https://github.com/rabbitmq/rules_elixir/tree/main/examples/internal-elixir serves as an example. Some of the setup is demonstrated in https://github.com/rabbitmq/rules_elixir/blob/42f412bf606eb75a5b090c8b41dbc9e4b3aecd90/.github/workflows/test.yaml#L85-L129
#37 was a bazel-only change, so would not apply when this library is included via mix in that way
This can be closed. Superseded by #2790
This can be closed, this version was added in a different PR