Skip to content

Commit 84e27ac

Browse files
committed
Update GNOME runtime to 48
1 parent 54e4f03 commit 84e27ac

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: CI
66
jobs:
77
flatpak-builder:
88
name: "Flatpak Builder"
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
container:
11-
image: bilelmoussaoui/flatpak-github-actions:elementary-juno
11+
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
1212
options: --privileged
1313
steps:
1414
- uses: actions/checkout@v4

build-aux/com.github.alecaddd.sequeler.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "com.github.alecaddd.sequeler",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "46",
4+
"runtime-version": "48",
55
"sdk": "org.gnome.Sdk",
66
"base": "io.elementary.BaseApp",
7-
"base-version": "juno-23.08",
7+
"base-version": "circe-24.08",
88
"command": "com.github.alecaddd.sequeler",
99
"finish-args": [
1010
"--share=ipc",
@@ -32,7 +32,8 @@
3232
"build-options": {
3333
"config-opts": [
3434
"-Dgtk-doc=false"
35-
]
35+
],
36+
"cflags": "-Wno-error=incompatible-pointer-types"
3637
},
3738
"sources": [{
3839
"type": "archive",
@@ -47,7 +48,8 @@
4748
"--with-java=no",
4849
"--with-jni=no",
4950
"--with-oracle=no"
50-
]
51+
],
52+
"cflags": "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration"
5153
},
5254
"sources": [{
5355
"type": "archive",
@@ -62,7 +64,8 @@
6264
"--with-perl=no",
6365
"--with-libxml",
6466
"--with-openssl"
65-
]
67+
],
68+
"cflags": "-Wno-error=incompatible-pointer-types"
6669
},
6770
"sources": [{
6871
"type": "archive",

0 commit comments

Comments
 (0)