6 ms·
Check out Bazel's remote execution feature and Google RBE (remote build execution) [1]. Bazel itself is language agnostic (language support comes in the form of
by jingwen 7y ago
Check out Bazel's remote execution feature and Google RBE (remote build execution) [1]. Bazel itself is language agnostic (language support comes in the form of rules).
(disclaimer: I'm an engineer on the Bazel team)
[1] https://docs.bazel.build/versions/master/remote-execution.html https://docs.bazel.build/versions/master/remote-execution.ht...
- bgmeister 7y agoThere's also an opensource goma client + server which proxies to RBE (or potentially other bazel remote execution API implementations). Which is great if you can't or don't want to use the bazel client, but can use a compiler wrapper. https://chromium.googlesource.com/infra/goma/client/ https://chromium.googlesource.com/infra/goma/client/ https://chromium.googlesource.com/infra/goma/server/ https://chromium.googlesource.com/infra/goma/server/