Skip to content
Snippets Groups Projects
Commit e44edef7 authored by Simon McVittie's avatar Simon McVittie
Browse files

wrap: Always try to use --copy-runtime unless specifically told not to


We are using --copy-runtime mode in production, it's the only thing
that can work in Flatpak, and it's currently the only thing that will
work on Ubuntu 20.04 and older Debian due to their use of
/sbin/ldconfig.real (see !358), so we should try harder to make use of
it. The only time we should not be copying the runtime is when we don't
have a variable directory to copy it into, or when explicitly told not to
for testing purposes.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 50f25294
No related branches found
No related tags found
No related merge requests found
Pipeline #17026 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment