Hacker News new | ask | show | jobs
by SmileyKeith 1625 days ago
In this case I meant taking an approach similar to this one for bazel[0] that is not limited to only code that works on Linux. It would only allow you to build on Linux and would require any testing / running would still happen on macOS, but that might still be worth it in some cases. Theoretically you could deploy your iOS app that way as well.

[0]: https://github.com/apple-cross-toolchain/rules_applecross

1 comments

Ah, I see what you mean. Yes, that's possible; I think Google actually does this internally?