diff options
| author | Laurent Montel <[email protected]> | 2023-12-29 12:47:20 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2023-12-29 16:41:55 +0100 |
| commit | 6c2bd3d9f3068fb9981b7145821ab3b037a9cc6d (patch) | |
| tree | 8c1ab1f283acb6b454e0c50bde09b9306ffdd484 | |
| parent | 4a2ca735bfea936b1e9c487e7a1d4c2de22284c4 (diff) | |
Reenable flatpak CI support
| -rw-r--r-- | .flatpak-manifest.json | 4 | ||||
| -rw-r--r-- | .gitlab-ci.yml | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index dbb102a64..eff706ea2 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -2,12 +2,12 @@ "id": "org.kde.dolphin", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "5.15-22.08", + "runtime-version": "6.6-kf6preview", "sdk": "org.kde.Sdk", "command": "dolphin", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", - "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host" ], + "finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--filesystem=host" ], "modules": [ { diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f83ceadb1..324be7d0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,3 +4,4 @@ include: - /gitlab-templates/linux-qt6.yml - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/windows-qt6.yml + - /gitlab-templates/flatpak.yml |
