Skip to content

Commit 017079c

Browse files
Bump to platform 8.2 (#1015)
Co-authored-by: Ryo Nakano <[email protected]>
1 parent 66a88e6 commit 017079c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555

5656
container:
57-
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.configuration.arch }}
57+
image: ghcr.io/elementary/flatpak-platform/runtime:8.2-${{ matrix.configuration.arch }}
5858
options: --privileged
5959

6060
steps:

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222

2323
container:
24-
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.configuration.arch }}
24+
image: ghcr.io/elementary/flatpak-platform/runtime:8.2-${{ matrix.configuration.arch }}
2525
options: --privileged
2626

2727
steps:

io.elementary.mail.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"app-id": "io.elementary.mail",
2+
"id": "io.elementary.mail",
33
"runtime": "io.elementary.Platform",
4-
"runtime-version": "8",
4+
"runtime-version": "8.2",
55
"sdk": "io.elementary.Sdk",
66
"command": "io.elementary.mail",
77
"finish-args": [
@@ -51,7 +51,7 @@
5151
{
5252
"type": "git",
5353
"url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git",
54-
"tag": "3.52.4"
54+
"tag": "3.56.2"
5555
}
5656
],
5757
"modules": [
@@ -103,13 +103,14 @@
103103
"-Dofono_backend=false",
104104
"-Dtelepathy_backend=false",
105105
"-Dimport_tool=false",
106-
"-Dinspect_tool=false"
106+
"-Dinspect_tool=false",
107+
"-Dlibdir=/app/lib"
107108
],
108109
"sources": [
109110
{
110111
"type": "git",
111112
"url": "https://gitlab.gnome.org/GNOME/folks.git",
112-
"tag": "0.15.5"
113+
"tag": "0.15.9"
113114
}
114115
]
115116
},

0 commit comments

Comments
 (0)