Builds using Bazel
Looking for a pre-made recipe template? See: Bazel Buildfarm
Installation (using Helm)
Make sure both kubectl and helm are installed.
Install bazel buildfarm on your k8s cluster using the official helm chart:
Forward the port from the k8s cluster to your DevBox:
Example
Create the following bazel workspace file structure for testing:
main.cc
BUILD
WORKSPACE
Leave this file empty.
Run bazel run :main
to verify the build locally.
Remote execution
Remote caching
Last updated