build(release): lower ubuntu version from 24.04 to 22.04#13983
Merged
the-mikedavis merged 1 commit intohelix-editor:masterfrom Jul 18, 2025
Merged
build(release): lower ubuntu version from 24.04 to 22.04#13983the-mikedavis merged 1 commit intohelix-editor:masterfrom
24.04 to 22.04#13983the-mikedavis merged 1 commit intohelix-editor:masterfrom
Conversation
the-mikedavis
approved these changes
Jul 18, 2025
Member
|
I'll backport this on top of the 25.07 tag and create a 25.07.1 release |
shitohana
pushed a commit
to shitohana/helix
that referenced
this pull request
Jul 27, 2025
jdrst
pushed a commit
to jdrst/helix
that referenced
this pull request
Aug 5, 2025
Eucladia
pushed a commit
to Eucladia/helix
that referenced
this pull request
Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lower the version of ubuntu to
22.04as24.04uses a much newer GLIBC version, causing issues for people who want to use the built binaries on systems not as up to date.It also adds documentation to warn any changes made should be reviewed to make sure that this is caught earlier on, as this is now the second release in a row where this has happened.
Perhaps as a rule of thumb we use the older of an LTS release? And special case from there. Really not sure what other process we can have for this other than just making sure during the review/pr process to just verify that its not causing large issues.
Related #12464
Closes #13960