You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a way to support a snap instance key from the host when injecting it into the client, without instancing the snap inside the client or requiring that snapd in there even have parallel installs enabled.
Essentially, this needs an optional instance_key in
Snapd has parallel installs as an experimental option. We need to be able to get an instanced version of a host snap and install it without being instanced.
What needs to get done
Add a way to support a snap instance key from the host when injecting it into the client, without instancing the snap inside the client or requiring that snapd in there even have parallel installs enabled.
Essentially, this needs an optional
instance_key
incraft-providers/craft_providers/actions/snap_installer.py
Line 317 in 5547eed
and then passthroughs in related places.
Why it needs to get done
Snapd has parallel installs as an experimental option. We need to be able to get an instanced version of a host snap and install it without being instanced.
See also: canonical/craft-application#411
The text was updated successfully, but these errors were encountered: