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

runtime: Optionally copy the runtime, and bind-mount the copy


This is good for two reasons. In a Flatpak runtime, we will not be able
to do tricks with arbitrary bind-mounts; if we want the host library
stack, we will have to rewrite the mutable copy of the runtime to
replace container libraries with symlinks into /run/host. Also, when
not in a Flatpak runtime, having a mutable copy of the immutable runtime
gives developers a chance to edit the runtime to inject workarounds or
things they're testing.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent d3894cb2
No related branches found
No related tags found
No related merge requests found
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