Update Flatpak runtime to 24.08

This commit is contained in:
Tobias Gruetzmacher 2025-10-03 17:31:33 +02:00
parent 3c1badf183
commit 4ae6f169b6
No known key found for this signature in database
2 changed files with 6 additions and 10 deletions

View file

@ -9,7 +9,7 @@ on:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
build-linux: build-linux:
name: Build Linux name: Build Linux
@ -38,7 +38,7 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2 uses: hendrikmuhs/ccache-action@v1.2
with: with:
key: ccache-${{ runner.os }}-${{ matrix.preset }} key: ccache-${{ runner.os }}-${{ matrix.preset }}
- name: Cache vcpkg - name: Cache vcpkg
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
@ -119,7 +119,7 @@ jobs:
run: | run: |
choco install ninja choco install ninja
Remove-Item -Path "C:\ProgramData\Chocolatey\bin\ccache.exe" -Force -ErrorAction SilentlyContinue Remove-Item -Path "C:\ProgramData\Chocolatey\bin\ccache.exe" -Force -ErrorAction SilentlyContinue
- name: Configure Developer Command Prompt - name: Configure Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@v1
@ -134,7 +134,7 @@ jobs:
- name: Build Project - name: Build Project
run: cmake --build .\out\build\${{ env.CMAKE_PRESET }} --target UnleashedRecomp run: cmake --build .\out\build\${{ env.CMAKE_PRESET }} --target UnleashedRecomp
- name: Pack Release - name: Pack Release
run: | run: |
New-Item -ItemType Directory -Path .\release New-Item -ItemType Directory -Path .\release
@ -162,8 +162,6 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
env: env:
FLATPAK_ID: io.github.hedge_dev.unleashedrecomp FLATPAK_ID: io.github.hedge_dev.unleashedrecomp
FREEDESKTOP_VERSION: 23.08
LLVM_VERSION: 18
steps: steps:
- name: Checkout Repository - name: Checkout Repository
@ -190,13 +188,11 @@ jobs:
key: ccache-${{ runner.os }} key: ccache-${{ runner.os }}
- name: Prepare Project - name: Prepare Project
run: cp ./private/* ./UnleashedRecompLib/private run: cp ./private/* ./UnleashedRecompLib/private
- name: Prepare Flatpak - name: Prepare Flatpak
run: | run: |
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --user install -y flathub org.freedesktop.Sdk//${{ env.FREEDESKTOP_VERSION }}
flatpak --user install -y flathub org.freedesktop.Sdk.Extension.llvm${{ env.LLVM_VERSION }}//${{ env.FREEDESKTOP_VERSION }}
- name: Build Flatpak - name: Build Flatpak
run: | run: |

View file

@ -1,7 +1,7 @@
{ {
"id": "io.github.hedge_dev.unleashedrecomp", "id": "io.github.hedge_dev.unleashedrecomp",
"runtime": "org.freedesktop.Platform", "runtime": "org.freedesktop.Platform",
"runtime-version": "23.08", "runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk", "sdk": "org.freedesktop.Sdk",
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ], "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ],
"finish-args": [ "finish-args": [