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
While working on #902 and testing different combinations of options I found out that combination of {mode, prod} + {system_libs, false} produces broken releases that can't be started.
The text was updated successfully, but these errors were encountered:
keynslug
changed the title
> So it improves scenarios and doesn't break any existing working scenarios?
Mode = prod + system_libs = false produces broken release
Jun 18, 2022
While working on #902 and testing different combinations of options I found out that combination of
{mode, prod}
+{system_libs, false}
produces broken releases that can't be started.I suppose this is because the script currently assumes that system libraries are located in the same place as the runtime system, and under
{mode, prod}
this evaluates to the release's libdir where system libraries are obviously missing given{system_libs, false}
.Followup to #902 (comment).
The text was updated successfully, but these errors were encountered: