5 ms·
There's also an opensource goma client + server which proxies to RBE (or potentially other bazel remote execution API implementations). Which is great if you ca
by bgmeister 7y ago
There'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/