-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update snapcraft requirements, fix ci multipass errors (#144)
* fix: update snapcraft requirements, fix ci * ci: fix classic confinement tests
- Loading branch information
1 parent
eb0998b
commit 0549fd8
Showing
14 changed files
with
164 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,48 @@ | ||
name: electron-app | ||
name: electronApp | ||
version: '1.0.0' | ||
summary: App summary | ||
description: | | ||
App description | ||
base: core18 | ||
base: core20 | ||
confinement: strict | ||
grade: devel | ||
confinement: devmode | ||
|
||
apps: | ||
electronApp: | ||
extensions: [gnome-3-34] | ||
plugs: | ||
- alsa | ||
- browser-support | ||
- desktop | ||
- desktop-legacy | ||
- gsettings | ||
- home | ||
- network | ||
- opengl | ||
- pulseaudio | ||
- unity7 | ||
- wayland | ||
- x11 | ||
environment: | ||
DISABLE_WAYLAND: "1" | ||
TMPDIR: $XDG_RUNTIME_DIR | ||
|
||
parts: | ||
electron-deps: | ||
plugin: nil | ||
after: | ||
- desktop-gtk3 | ||
electronApp: | ||
source: . | ||
plugin: dump | ||
stage-packages: | ||
- libnotify4 | ||
- libnss3 | ||
- libpcre3 | ||
- libuuid1 | ||
- libxss1 | ||
- libxtst6 | ||
|
||
electron-launch: | ||
plugin: dump | ||
source: . | ||
override-build: | | ||
snapcraftctl build | ||
chmod +x bin/electron-launch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
exec "$@" --executed-from="$(pwd)" --pid=$$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: electronApp | ||
version: '1.0.0' | ||
summary: App summary | ||
description: | | ||
App description | ||
base: core18 | ||
confinement: strict | ||
grade: devel | ||
|
||
apps: | ||
electronApp: | ||
extensions: [gnome-3-34] | ||
plugs: | ||
- browser-support | ||
- desktop | ||
- desktop-legacy | ||
- gsettings | ||
- home | ||
- network | ||
- unity7 | ||
- wayland | ||
- x11 | ||
environment: | ||
DISABLE_WAYLAND: "1" | ||
TMPDIR: $XDG_RUNTIME_DIR | ||
|
||
parts: | ||
electronApp: | ||
source: . | ||
plugin: dump | ||
stage-packages: | ||
- libnotify4 | ||
- libnss3 | ||
- libpcre3 | ||
- libxss1 | ||
- libxtst6 | ||
|
||
electron-launch: | ||
plugin: dump | ||
source: . | ||
override-build: | | ||
snapcraftctl build | ||
chmod +x bin/electron-launch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters