You may use a docker container for your github builds. That allow you to
use, for example ubuntu 20.04 with a glibc version compatible with older
distros. Those binaries been compatible with recent distros as well.
Here is a example build.yml how to setup a workflow with a docker
container. (This running surprisingly fast on github)
https://github.com/brummer10/ToneShiftEQ/blob/main/.github/workflows/build-standalone.yml
regards
hermann
Am 10.07.26 um 14:53 schrieb [email protected]:
Hi,
I have some users reporting that in trying to install the ubuntu
versions of guitarmidi-lv2 on linux mint and other derivative distros
they are having issues with the wrong glibc version.
Is it possible to statically link in glibc? Is it recommended or not?
Thanks