grisp / rebar3_grisp

Rebar plug-in for GRiSP
https://www.grisp.org
Apache License 2.0
21 stars 10 forks source link

Deploy fails #43

Closed holzingk closed 5 years ago

holzingk commented 5 years ago

Using Rebar 3.10 deploying a release with a a own compiled OTP fails.

For stacktrace see: https://public.ci.stritzinger.com/go/tab/build/detail/grisp-rebar3-grisp-hex-tools-master-otp-21.0/4/build/1/build_grisp_project

eproxus commented 5 years ago

Seems the otp_root option is missing for some reason: https://github.com/grisp/rebar3_grisp/blob/master/src/rebar3_grisp_deploy.erl#L223

eproxus commented 5 years ago

And if I read the code in grisp_tools right it's called erts? Not sure how this ever worked...