Yellow-Dog-Man / FreeImage

Customized fork of the FreeImage library
Other
11 stars 6 forks source link

Improve Linux build backwards compatibility #12

Closed Nutcake closed 7 months ago

Nutcake commented 7 months ago

This makes automated Linux builds use a lower glibc version by running the GitHub action inside a Debian buster container. The resulting binary requires at minimum GLIBCXX_3.4.21.

Closes #10.

ProbablePrime commented 7 months ago

This is great, my only concern is that we don't have anywhere documented that the GLIB change occurred.

There's no build file change that shows this or configuration change etc. Could you add a comment to the workflow files that links here for future reference?

Comments in github workflow files are just # prefixed lines.