Getting Started
Other build systems
Use NativeLink without Bazel — Buck2, Reclient, Pants, and CMake (via recc).
NativeLink speaks the standard Remote Execution API. If your build tool does too, you can swap NativeLink in without changing a build file.
Supported clients
- Buck2 — point
buck2_remote_execution.engine.addressat your cluster. - Reclient — set
RBE_serviceto your NativeLink endpoint. - Pants — configure
[remote_caching]and[remote_execution]inpants.toml. - CMake via recc — wrap compile
invocations with
reccand let NativeLink handle the cache layer.
Content coming.