+gleam+erlang#138
Conversation
b70df64 to
b3bf8d0
Compare
|
Whats the status of this PR? I am interested in adding elixir-lang, but need erlang for it. |
|
Stalled for erlang segfaulting. Feel free to look at it, if you want. |
|
Hi @jhheider, I've done some experiments. I noticed that the only pipeline that fails, is using a pipeline hosted by GitHub, while the other ones are self-hosted. I have tried to run the tests locally inside a container using the The error message we see in the CI means that the beam cannot connect to epmd. I guess the segfault we see is also from epmd which cannot start. The epmd, by default, is binding to the public interface (0.0.0.0), it's possible that this is not allowed inside a Github CI runner? I couldn't find any resource/docs about that. So one test I would suggest is to add |
let's try it. it seemed like maybe it was trying to create docker instances, which might be a problem. |
3b90ecb to
c4740ac
Compare
c4740ac to
c9e0c4c
Compare
c9e0c4c to
0f1f3b3
Compare
|
Part of it was segfaults on x86-64 without PIE (as we often see in compiled C). Passing now. |
|
beautiful work |
|
Guess we now need https://hex.pm |
|
😵 |
(epmd segfaults when trying to bind inet in gha ubuntu. ugh.)resolves #342