-
- Downloads
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:Simon McVittie <smcv@collabora.com>
Loading
Please register or sign in to comment