Compare commits

...

3 commits
main ... dev

Author SHA1 Message Date
b572bb23ce
Add -DEXTRA_LDFLAGS='-fuse-ld=mold' to make use of mold linker. 2024-03-09 03:00:41 -03:00
f8517d54f5
aasdfggggg 2024-03-09 02:57:24 -03:00
3f5eb3ef7b
test123 2024-03-09 01:02:22 -03:00
3 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,5 @@
variables:
CPU_LIMIT: 8
# Application id of the app, should be same as id used in flatpak manifest and MetaInfo
APP_ID: org.suyu_emu.suyu
# Location of the flatpak manifest, root of git repository
@ -6,11 +7,11 @@ variables:
# Name of flatpak bundle
BUNDLE: "${APP_ID}.flatpak"
# Docker image to use
DOCKER_REGISTRY: "docker.io/bilelmoussaoui/flatpak-github-actions"
DOCKER_REGISTRY: "git.nadeko.net/fijxu/flatpak-github-actions"
# Runtime to use, https://github.com/flatpak/flatpak-github-actions#docker-image
RUNTIME_NAME: "freedesktop"
# Runtime version to use
RUNTIME_VRESION: "23.08"
RUNTIME_VRESION: "23.08-mold"
DOCKER_IMAGE: ${DOCKER_REGISTRY}:${RUNTIME_NAME}-${RUNTIME_VRESION}
SCHEDULE_TASK: default

View file

@ -1,7 +1,7 @@
[Flatpak Ref]
Title=org.suyu_emu.suyu Flatpak
Name=org.suyu_emu.suyu
Branch=dev
Branch=master
Url=https://suyu-emu.gitlab.io/linux-package-sources/flatpak
SuggestRemoteName=suyu-flatpak
Homepage=https://suyu.dev

View file

@ -264,7 +264,7 @@
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
"-DENABLE_QT_TRANSLATION=ON",
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
@ -272,7 +272,8 @@
"-DYUZU_USE_QT_WEB_ENGINE=ON",
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
"-DBUILD_TAG=dev",
"-DBUILD_REPOSITORY=suyu-emu/suyu"
"-DBUILD_REPOSITORY=suyu-emu/suyu",
"-DEXTRA_LDFLAGS='-fuse-ld=mold'"
],
"build-options": {
"env": {