-
Notifications
You must be signed in to change notification settings - Fork 94
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
build linux x86-64 with reasonable glibc #1733
Conversation
thanks, works now on debian 11 |
Sadly this is expected. I will try some other workarounds to make it work for deb10 as well. |
b64f219
to
78a7958
Compare
http://54.170.62.22:8000/static-ubuntu-version/mm2_-linux-x86-64.zip (has no build id) works on debian 10, i also did a swap
mm2 did not crash, it still runs... related? |
I haven't finish the fix, but I don't think it's related |
Signed-off-by: ozkanonur <[email protected]>
f8e7446
to
23beaac
Compare
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
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.
Thanks a lot for the fast fix! I like the added cancel-in-progress
CI config a lot :)
Using
ubuntu-latest
builds mm2 with gcc 12, which breaks compatibility with older versions. We must used a version that is not too old/recent(which this pr provides already) to provide wide support.Resolves #1732