-
Notifications
You must be signed in to change notification settings - Fork 38
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
AppImage Build #81
AppImage Build #81
Conversation
FYI, pipeline failing. Let me know if you dont have access to view runs.
|
I didn't have the exec bit set on appimage.sh, and I had pushed the fix, but guess it didn't take it. I can set it again and push all as a single commit, or individually with the requested changes. |
Either is fine, though generally I prefer single commits. |
For future reference, you can just git rebase onto latest master to avoid combining multiple merges Now that it has a merge commit in it though, it may be hard to correct without redoing the changes or cherry-picking your specific commits. Sorry for the hassle, if you want I can just do this before merging. |
Yes please fix, I am on mobile for now. I can rebase properly when I have a chance. |
The lower libc requirement increases compatibility, but after rethinking, there are 6 months left on that LTS, it is easier to leave on the current build image (22.04). Will look at the icon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The icon still does not work, but it seems there's issues with Windows displaying the icon too. For now merging this
Update, my mistake. The icon is working with the final version merged. Thanks for all your effort! @qurious-pixel |
If we were talking about Ubuntu 20.04 LTS, official support ends in April 2025; that's 17 months from now. And then there is a period of security updates for another 5 years. Unsure how easy it'd be to get Qt 6 on Ubuntu 20.04 in GitHub Actions, though. |
Yes, you are right, I had miscounted 4 years, instead of 5. |
If the official precompiled binaries from the Qt Online Installer are available for direct download (are they?), they should work with Ubuntu 20.04, which uses glibc 2.31; the precompiled binaries (GCC x64) in Qt 6.5.3 are compiled against glibc 2.28.
Are there APT-based repositories that could be used in Ubuntu 20.04? Or do you have another source in mind? |
Ubuntu 18.04 was glibc 2.27, so it was not so easy to upgrade to Qt6. Ubuntu Focal PPA:
The CI could use a Github Action
|
I was hoping we would go as far as Ubuntu 20.04. Are you aiming for Ubuntu 18.04? |
Can be used to provide portability
Issue: #86