File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 66jobs :
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
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments