Is it possible to use Bazel or Buck to compile an iOS project in CI/CD on Windows/Linux machines? We want to avoid using a Mac machine in CI/CD due to its significantly higher cost compared to other machines. So, my question is: Can we compile and build iOS projects using alternative build systems like Bazel or Buck instead of relying on Xcode? And, if possible, does it work with Windows/Linux machines?
I have discovered that Bazel is capable of compiling iOS builds and it now offers support for Apple Silicon M1 with version 5.0.0. Nevertheless, I haven t found clear information on whether I need to perform the build on a Mac machine.