Skip to content
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

Mode = prod + system_libs = false produces broken release #920

Open
keynslug opened this issue Jun 18, 2022 · 0 comments
Open

Mode = prod + system_libs = false produces broken release #920

keynslug opened this issue Jun 18, 2022 · 0 comments

Comments

@keynslug
Copy link
Contributor

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).

@keynslug 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant