-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathio.github.aganzha.Stage-tests.json
More file actions
46 lines (46 loc) · 1.04 KB
/
io.github.aganzha.Stage-tests.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"app-id": "io.github.aganzha.Stage",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command": "stage",
"finish-args": [
"--filesystem=home",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=ssh-auth",
"--socket=gpg-agent",
"--device=dri"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin"
},
"modules": [{
"name": "stage",
"buildsystem": "simple",
"build-options": {
"build-args": [
"--share=network"
],
"env": {
"CARGO_HOME": "/run/build/stage/cargo",
"RUST_BACKTRACE": 1,
"RUST_LOG": "debug"
}
},
"build-commands": [
"install -Dm755 ./flatpak_test.sh -T /app/bin/stage"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}]
}