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

runtime: Don't fail if we can't resolve ld.so in mutable sysroot


This brings it in line with the other code path here, which tolerates
containers that are single-architecture.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 5f98f714
No related branches found
No related tags found
1 merge request!198Refactor PvRuntime to break up pv_runtime_use_provider_graphics_stack()
...@@ -2891,10 +2891,11 @@ pv_runtime_use_provider_graphics_stack (PvRuntime *self, ...@@ -2891,10 +2891,11 @@ pv_runtime_use_provider_graphics_stack (PvRuntime *self,
arch->ld_so, arch->ld_so,
SRT_RESOLVE_FLAGS_NONE, SRT_RESOLVE_FLAGS_NONE,
&ld_so_in_runtime, &ld_so_in_runtime,
error); NULL);
if (fd < 0) /* Ignore fd, and just let it close: we're resolving
return FALSE; * the path for its side-effect of populating
* ld_so_in_runtime. */
} }
else else
{ {
......
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