Using 2 remote parts, file not being copied from stage to prime
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
New
|
Undecided
|
Unassigned |
Bug Description
I'm trying to use 2 remote parts simultaneously in this simplified YAML:
name: dual-remote-
version: 0.1
summary: Bug
description: Bug
confinement: strict
grade: devel
apps:
dual-
command: ls $SNAP/lib
parts:
bug:
plugin: nil
after: [desktop-gtk2, xwayland-
The second remote part "xwayland-
https:/
It creates a file lib/libxwayland
There is no "prime" specification in the remote snap, so shouldn't everything that is staged be copied into the prime?
description: | updated |