Context: I have a machine in the cloud running mysql 5.7 in a virtualized Debian OS. I am actually using a MAC OS to development and I need to compile a shared object (.so) to this mysql instance.
Is there any way to compile in the MAC OS a binary for Debian?
The only solution I can think is to run a docker container with Debian, set the environment and compile inside it.