Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GNOME 46 in weekly flatpak #1122

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

SqAtx
Copy link
Contributor

@SqAtx SqAtx commented Jul 4, 2024

Relates to #708

This fixes the following error:

$ flatpak install org.gnome.GTG.Devel_20240530.flatpak
error: The application org.gnome.GTG.Devel/x86_64/master requires the runtime org.gnome.Platform/x86_64/master which was not found

by using the latest GNOME runtime, as opposed to the "master" one, which doesn't seem to exist.

Tested by running the workflow on my fork, downloading the artifact from GHA, installing and running the flatpak.

Relates to getting-things-gnome#708

This fixes the following error:
```
$ flatpak install org.gnome.GTG.Devel_20240530.flatpak
error: The application org.gnome.GTG.Devel/x86_64/master requires the runtime org.gnome.Platform/x86_64/master which was not found
```
by using the latest GNOME runtime, as opposed to the "master" one, which
doesn't seem to exist.

Tested by running the workflow on my fork, downloading the artifact from
GHA, installing and running the flatpak.
@@ -12,11 +12,11 @@ jobs:
# again
runs-on: ubuntu-24.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
image: bilelmoussaoui/flatpak-github-actions:gnome-46
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't strictly necessary. We could use nightly. I just figured this would be more stable, and it's okay if we lag behind a bit after new GNOME releases.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, we can update every now and then

@diegogangl
Copy link
Contributor

LGTM!

@diegogangl diegogangl added the packaging Flatpak packages (anything else = NOPE.png) label Jul 4, 2024
@diegogangl diegogangl merged commit 3774871 into getting-things-gnome:master Jul 4, 2024
1 check passed
@SqAtx SqAtx deleted the fix_weekly_flatpak branch July 6, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging Flatpak packages (anything else = NOPE.png)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants