-
Notifications
You must be signed in to change notification settings - Fork 10
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
Erlang VM exited when using -internal_epmd and rebar 3.14 #62
Comments
This might be caused by a bug in with the |
Out now: rebar 3.14.2 Is this maybe fixed there? The issue above is close now and its supposed to be fixed here: So first we need to figure out if this is part of 3.14.2 and if yes figure out that we can fix our problem with this version (possibly not breaking 3.13.x and before if possible) |
Not fixed, but with rebar 3.14.2 we now get the error already when we try to deploy the GRiSP application:
|
Hello, Seems that we have the same issue as described here: erlang/rebar3#2496 |
Pretty sure this is not an issue in later versions of Rebar (3.16+?) and rebar3_grisp. Closing for now. |
When deploying a GRiSP application with rebar 3.14 the OTP patch to add the
-internal_epmd
flag (i.e. grisp/otp@5ebbd6a) gets lost in the build process.When starting GRiSP using internal epmd (e.g. when having wifi configurations as described in the wiki) it results in
The text was updated successfully, but these errors were encountered: