Reclient
Reclient integrates with an existing build system to enable remote execution and caching of build actions.
Electron has a deployment of a reclient
compatible RBE Backend that is available to all Electron Maintainers.
See the Access section below for details on authentication. Non-maintainers
will not have access to the cluster, but can sign in to receive a Cache Only
token
that gives access to the cache-only CAS backend. Using this should result in
significantly faster build times .
Enabling Reclient
Currently the only supported way to use Reclient is to use our Build Tools.
Reclient configuration is automatically included when you set up build-tools
.
If you have an existing config, you can just set "reclient": "remote_exec"
in your config file.