grisp / rebar3_grisp

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

Fix compatibility issue with relx 4.0.0 #63

Closed maehjam closed 4 years ago

maehjam commented 4 years ago

This fixes #62 .

maehjam commented 4 years ago

I would say the {include_erts, false} flag. I tried it out and the {include_erts, false} flag in rebar 3.14 doesn't prevent rebar to use the kernel installed on the system instead of our own. With {mode, minimal} it uses the kernel from our OTP.

maehjam commented 4 years ago

To be more precise: It's the include_erts flag that behaves different with rebar 3.14 and what we need is that the minimal mode additionally drops the system libs.

maehjam commented 4 years ago

Looks like I was using rebar 3.13 and not 3.14 as I thought. Hence, this fixes nothing.