CMake configuration¶
CMake does not natively support remote execution, to use remote execution with CMake you need to leverage tipi.build, a powerful CMake compatible build tool, and Goma.
Setup¶
-
Install the Tipi RBE client by running the snippet below in a terminal with admin or sudo rights:
-
Tell Goma where the Remote Execution cluster is located by adding a line in the
.tipi/env
file:.tipi/env
Running builds¶
To be able to use remote execution, you first need to authenticate to your goma cluster:
Then to run a build:
Bash | |
---|---|