You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading rebar3 of an umbrella project from 3.12 to 3.19, I encounter a problem:
Packaging with rebar3 as prod tar, it is found that the overlay configured in the app does not replace the general overlay.
but rebar3 as prod release is ok.
When upgrading rebar3 of an umbrella project from 3.12 to 3.19, I encounter a problem:
Packaging with
rebar3 as prod tar
, it is found that the overlay configured in the app does not replace the general overlay.but
rebar3 as prod release
is ok.Try to modify the code of relx.erl:
https://github.com/erlware/relx/blob/main/src/relx.erl
Change it to the following:
After recompiling rebar3, the problem is solved.
The text was updated successfully, but these errors were encountered: