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

Rebuild stable release more often #125

Open
Marukesu opened this issue Jun 7, 2023 · 1 comment
Open

Rebuild stable release more often #125

Marukesu opened this issue Jun 7, 2023 · 1 comment

Comments

@Marukesu
Copy link
Contributor

Marukesu commented Jun 7, 2023

Currently we only build and export the stable branch when we do a release, however, that means that we don't get the bug fixes that happens upstream in GNOME in our current stable. A example of that is elementary/browser#52 that got fixed in WebKitGtk 2.40.1, but our last build of the 7.2 branch was before that, and thus, include only WebKitGtk 2.40.0 (for a matter of comparison, the daily current includes WebKitGtk 2.40.2).

We should do rebuilds of our current stable version when changes in the GNOME runtime occurs, Maybe we can do something with the --rebuild-on-sdk-change and --require-changes options of flatpak-builder.

@alatiera
Copy link
Contributor

alatiera commented Jun 8, 2023

--rebuild-on-sdk-change would be good, the update cadence of the stable GNOME runtimes is usually every 3-4 weeks.

The release schedule is here fwiw https://wiki.gnome.org/Schedule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants