Skip to content

Commit

Permalink
feat: upgraded flatpak to org.freedesktop.Platform version 23.08 - fixes
Browse files Browse the repository at this point in the history
 #3966

Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
  • Loading branch information
themr0c authored and benoitf committed Nov 15, 2023
1 parent 04612be commit bc060b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .electron-builder.config.cjs
Expand Up @@ -124,7 +124,7 @@ const config = {
],
useWaylandFlags: 'false',
artifactName: 'podman-desktop-${version}.${ext}',
runtimeVersion: '22.08',
runtimeVersion: '23.08',
branch: 'main',
files: [
['.flatpak-appdata.xml', '/share/metainfo/io.podman_desktop.PodmanDesktop.metainfo.xml'],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/next-build.yaml
Expand Up @@ -134,7 +134,7 @@ jobs:
sudo apt-get install flatpak-builder -y
sudo apt-get install elfutils -y
flatpak remote-add --if-not-exists flathub --user https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub --user -y org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
flatpak install flathub --user -y org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
- name: Set macOS environment variables
if: startsWith(matrix.os, 'macos')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Expand Up @@ -116,7 +116,7 @@ jobs:
sudo apt-get install flatpak-builder -y
sudo apt-get install elfutils -y
flatpak remote-add --if-not-exists flathub --user https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub --no-static-deltas --user -y org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
flatpak install flathub --no-static-deltas --user -y org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
- name: Run Build
timeout-minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -191,7 +191,7 @@ jobs:
sudo apt-get install flatpak-builder -y
sudo apt-get install elfutils -y
flatpak remote-add --if-not-exists flathub --user https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub --no-static-deltas --user -y org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
flatpak install flathub --no-static-deltas --user -y org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
- name: Set macOS environment variables
if: startsWith(matrix.os, 'macos')
run: |
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -61,10 +61,10 @@ Requirements:

Optional Linux requirements:

- [Flatpak builder, runtime, and SDK, version 22.08](https://docs.flatpak.org/en/latest/first-build.html)
- [Flatpak builder, runtime, and SDK, version 23.08](https://docs.flatpak.org/en/latest/first-build.html)
```sh
flatpak remote-add --if-not-exists flathub --user https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.flatpak.Builder org.freedesktop.Platform//22.08 org.freedesktop.Sdk//22.08
flatpak install --user flathub org.flatpak.Builder org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
```
- GNU C and C++ compiler
Fedora/RHEL
Expand Down

0 comments on commit bc060b8

Please sign in to comment.