-
Notifications
You must be signed in to change notification settings - Fork 20
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
Compile releases on older OS? #215
Comments
Yeah, I've been meaning to, but it's work so I guess I've been putting it off until someone complained. |
Current CentOS Stream has GNU libc v2.34, which is older than my semi-current Fedora desktop (GNU libc v2.37). Is that old enough or should I keep looking? |
Well, U18.04 is EOL now, and 20.04 has libc 2.31, should be available in github actions still. |
CentOS Stream 8 is the oldest I can find, with v2.28. Debian oldstable is also on v2.31. |
Anything 2.35 and below is fine for me, can't speak for other people =). |
./weidu: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.29' not found (required by ./weidu)`v249 doesn't run on Ubuntu 18.04, which has over a year to EOL.
Compiling is not a big issue, but I think it'd better to lower OS requirements still.
The text was updated successfully, but these errors were encountered: