erlang is built differently in 4.0.2 and 4.0.4 docker images #749
-
Community Docker image Steps to reproduce the behavior in questionHello.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
This probably has to do with the upgrade of the underlying Alpine image. Here is how the Erlang build sets https://github.com/erlang/otp/blob/master/erts/configure.ac#L3139-L3191 I'm running a build of the alpine docker image to see what is logged. |
Beta Was this translation helpful? Give feedback.
-
@rstrlcpy this could be a side effect of Erlang/OTP's build system changes or a peculiarity of your specific OS. Here are the @tianon @yosifkit can you folks think of a relevant change in the last few months (since late September 2024)? |
Beta Was this translation helpful? Give feedback.
-
@rstrlcpy - I have created the following bug report: erlang/otp#9211 Next, I'll see about patching the Erlang source code before compilation to work around this on Alpine. |
Beta Was this translation helpful? Give feedback.
@rstrlcpy - I have created the following bug report: erlang/otp#9211
Next, I'll see about patching the Erlang source code before compilation to work around this on Alpine.