Fix: switch to linuxdeploy from linuxdeployqt#123
Draft
SlySven wants to merge 7 commits intoMudlet:masterfrom
Draft
Fix: switch to linuxdeploy from linuxdeployqt#123SlySven wants to merge 7 commits intoMudlet:masterfrom
SlySven wants to merge 7 commits intoMudlet:masterfrom
Conversation
The maintainer of the former is refusing to updating to Ubuntu 22.04 until it officially reaches EOL (in a month or so) but GitHub will not provide Ubuntu 20.04 from 2025/04/15 and has been "browning it out intermittently for the past few months. Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
SlySven
added a commit
to SlySven/Mudlet
that referenced
this pull request
Apr 14, 2025
#### Brief overview of PR changes/additions
Change the Linux Ci/CB runner used to make the AppImage for that OS from
the Ubuntu 20.04 LTS one to the 22.04 one.
#### Motivation for adding to Mudlet
This is unavoidable because the older one is being removed tomorrow.
#### Other info (issues closed, discussion etc)
Because of some intransigence by the maintainer of the `linuxdeployqt`
tool we use to make the AppImage it is not being updated to work with the
22.04 one until that reached its official EOL next month. This seems to
mean that the AppImages produced in the newer runner will NOT work on
systems with the older `libc` that was used in the 20.04 version and others
such as Debian 11 ("Bullseye") and Devuan 4 ("Chimaera").
I have been trying to find a solution but have not got a workable one yet.
(See: Mudlet#7806 and
Mudlet/installers#123).
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
This seems to have broken parts of Geyser - the fix is similar to #7242 which seems to have gotten the Windows builds broken in the same way. Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
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.
The maintainer of the former is refusing to updating to Ubuntu LTS 22.04 until 20.04 officially reaches EOL (in a month or so) but GitHub will not provide Ubuntu 20.04 from 2025/04/15 and has been "browning it out intermittently for the past few months.