-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
switch glibc to 2.31 #171
Comments
I compiled the next release binaries on Ubuntu 20.04 LTS. Minimum GLIBC version is 2.29. |
thank you! |
@omix you can do it for 5.15 too? Thanks! |
Not this time. You'll have to wait for next release. I cannot exchange released packages from maven. |
Ok, thank you! |
maybe you can do release like <dependency>
<groupId>io.qtjambi</groupId>
<artifactId>qtjambi-native-linux-x64</artifactId>
<version>5.15.17-glibc229</version>
</dependency> |
only for qtjambi-native-linux-x64 |
I schedule next release end of November. The linux binaries will be compatible to GLIBC 2.29. I hope you can wait for it. |
Yes i can, thanks! |
Any updates?) for 5.15) |
Sorry, I need more time because I did not only adapt the API but also implemented new features which need further tests. I also was in vacation. I'll try to bring the new release as soon as possible. |
Okay, thanks! |
Maybe you could support my work as a sponsor. I would highly appreciate! |
I want do it but i have sanctions, sorry |
all works on |
Is your feature request related to a problem? Please describe.
I can use QtJamni only on Linux with GLIBC 2.35+ like Ubuntu 22.04
Describe the solution you'd like
Build
qtjambi-native-linux-x64
with glibc 2.31Describe alternatives you've considered
Maybe auto build native component in user env on first start
Additional context
https://ubuntu.com/about/release-cycle
The text was updated successfully, but these errors were encountered: