Example for Remote Execution
Created by: OleksandrKorniiets
Hi, everyone. First of all, I want to thank the BUCK team for the great documentation and tutorials. Everything is clear and easy to setup at least for basic tasks. Sinking back to the problem - I am trying to understand a more complex setup with remote execution process. I didn't find any references for a configuration when some build actions are sharded across the multiple build agents (similar to Bazel). As I see there is Bazel remote execution code in a thirdparties, so I suspect this feature is present in BUCK also. Am I right? Could somebody please give me a hint?