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

pv-runtime: Don't warn if library aliases are missing from secondary archs


Our older runtimes are symmetrical, so the vast majority of libraries
(and in particular, the ones that need aliases for an alternate SONAME)
are available for both x86_64 and i386.

However, in some of our newer runtimes like medic, we've started
dropping i386 libraries that don't strictly need to exist in order to
save some space. This means we can't necessarily assume that libraries
that need aliases will exist for every architecture, so we shouldn't
emit warnings if they turn out not to exist.

steamrt/tasks#367

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 863edaa3
No related branches found
No related tags found
1 merge request!728pv-runtime: Don't warn if library aliases are missing from secondary archs
Pipeline #95837 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