Open simonsan opened 5 years ago
How about building directly from a OSX environment?
@matthieudelaro that's what we are currently doing but it's not always great. Especially for CI builds which are really slow in GitHub Actions (~15 min) in comparison to our other build pipeline for Linux (~1-2 min).
We surely could use the Travis CI also as our pipeline for packaging for darwin, but it would be better for OSX as a unix-based operating system to cross compile under linux and as a next step to also do the packaging on linux. This is something, that for sure we should also aim for when it comes to windows. But as we already figured out, this will take more effort and different approach to accomplish than for this one here for darwin.
We could also use something like a ready Cross compile toolchain. Or even something like a docker container working with osxcross for cross-compilation targeting darwin.