From 679d6525f7fd6a66c4cc21986fba069b2a2d37a3 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Mon, 24 Aug 2026 17:01:58 +0530 Subject: [PATCH] Update runtime versions and docker images to latest --- .github/workflows/flatpak-test.yml | 12 ++++++------ flatpak-builder/tests/app-test/manifest-2.yaml | 2 +- flatpak-builder/tests/hash.test.js | 4 ++-- flatpak-builder/tests/manifest-1.yaml | 2 +- flatpak-builder/tests/manifest-3.json | 2 +- .../tests/test-project/org.example.MyApp.yaml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/flatpak-test.yml b/.github/workflows/flatpak-test.yml index 590d0966..b60ed9fc 100644 --- a/.github/workflows/flatpak-test.yml +++ b/.github/workflows/flatpak-test.yml @@ -9,7 +9,7 @@ jobs: name: Flatpak Builder runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50 options: --privileged strategy: fail-fast: false @@ -59,7 +59,7 @@ jobs: name: Flatpak Builder Stop At runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50 options: --privileged steps: - uses: actions/checkout@v6 @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest needs: flatpak-builder container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50 options: --privileged steps: - uses: actions/checkout@v6 @@ -90,7 +90,7 @@ jobs: name: Flatpak Builder with Dedicated Path Params runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50 options: --privileged volumes: - /mnt/flatpak_workflow:/mnt/flatpak_workflow @@ -118,7 +118,7 @@ jobs: name: Flatpak Builder Debug Bundle runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50 options: --privileged steps: - uses: actions/checkout@v6 @@ -134,7 +134,7 @@ jobs: name: Flatpak Builder Artifact Name runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50 options: --privileged strategy: fail-fast: false diff --git a/flatpak-builder/tests/app-test/manifest-2.yaml b/flatpak-builder/tests/app-test/manifest-2.yaml index 7e4603c8..560db3ff 100644 --- a/flatpak-builder/tests/app-test/manifest-2.yaml +++ b/flatpak-builder/tests/app-test/manifest-2.yaml @@ -2,7 +2,7 @@ --- id: org.example.MyApp.Devel runtime: org.gnome.Platform -runtime-version: "48" +runtime-version: "50" sdk: org.gnome.Sdk command: test-project finish-args: diff --git a/flatpak-builder/tests/hash.test.js b/flatpak-builder/tests/hash.test.js index 96bb8dd4..243d59ec 100644 --- a/flatpak-builder/tests/hash.test.js +++ b/flatpak-builder/tests/hash.test.js @@ -2,8 +2,8 @@ const { computeHash } = require('../index') test('The manifest hash should be computed properly', async () => { const hash = await computeHash('./tests/manifest-1.yaml') - expect(hash).toBe('3cf572c168d382e9b6005b48d082d021e98ff146c1d033a446236dec6353a0d9') + expect(hash).toBe('bfa2f526142a224357f3ed54a892f87f18cf31dc70292c2ec607ab5d15737bda') const hash2 = await computeHash('./tests/manifest-3.json') - expect(hash2).toBe('8749e01dcad8f52f51083e213ad0a30e20c9a5a7788b3eb8bebb26b2651193a9') + expect(hash2).toBe('c5594b7e299e5d75d909382e7150d4673f028a59ea5c4993afeb546220ea2648') }) diff --git a/flatpak-builder/tests/manifest-1.yaml b/flatpak-builder/tests/manifest-1.yaml index b158e60f..31b790e5 100644 --- a/flatpak-builder/tests/manifest-1.yaml +++ b/flatpak-builder/tests/manifest-1.yaml @@ -2,7 +2,7 @@ --- app-id: org.example.MyApp.Devel runtime: org.gnome.Platform -runtime-version: "48" +runtime-version: "50" sdk: org.gnome.Sdk command: test-project finish-args: diff --git a/flatpak-builder/tests/manifest-3.json b/flatpak-builder/tests/manifest-3.json index c5b66bc7..af833240 100644 --- a/flatpak-builder/tests/manifest-3.json +++ b/flatpak-builder/tests/manifest-3.json @@ -1,7 +1,7 @@ { "app-id": "org.gnome.design.Contrast.Devel", "runtime": "org.gnome.Platform", - "runtime-version": "48", + "runtime-version": "50", "sdk": "org.gnome.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "contrast", diff --git a/flatpak-builder/tests/test-project/org.example.MyApp.yaml b/flatpak-builder/tests/test-project/org.example.MyApp.yaml index fa534632..6d688ae9 100644 --- a/flatpak-builder/tests/test-project/org.example.MyApp.yaml +++ b/flatpak-builder/tests/test-project/org.example.MyApp.yaml @@ -2,7 +2,7 @@ --- app-id: org.example.MyApp.Devel runtime: org.gnome.Platform -runtime-version: "48" +runtime-version: "50" sdk: org.gnome.Sdk command: test-project finish-args: