Class OutOfProcessIsolatedBuilder
- java.lang.Object
-
- com.facebook.buck.rules.modern.builders.OutOfProcessIsolatedBuilder
-
public class OutOfProcessIsolatedBuilder extends Object
This implements out of process rule execution.
-
-
Constructor Summary
Constructors Constructor Description OutOfProcessIsolatedBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Entry point for out of process rule execution.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, StepFailedException, InterruptedException
Entry point for out of process rule execution. This should be run within the build root directory (i.e. within the root cell's root).Expected usage:
this_binary <build_root> <root_cell> <rule_hash>
where build_root is the shared cell path ancestor and contains the rule_hash serialized data.
-
-