Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ confinement: strict

base: core

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

plugs:
checkbox-runtime:
interface: content
Expand Down
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ confinement: strict

base: core18

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

plugs:
checkbox-runtime:
interface: content
Expand Down
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ confinement: strict

base: core20

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

plugs:
checkbox-runtime:
interface: content
Expand Down
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ confinement: strict

base: core22

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

plugs:
checkbox-runtime:
interface: content
Expand Down
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc24/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ plugs:
target: $SNAP/providers/checkbox-provider-certification-server
default-provider: checkbox24

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

apps:
checkbox-cli:
command-chain: [bin/wrapper_local]
Expand Down