Bazel Cloud Quickstart
This guide shows how to connect your Bazel project to NativeLink Cloud.
-
If you can’t find a
.bazelrc
file create one in your project root:Directoryproject/
- WORKSPACE.bazel
- MODULE.bazel
- BUILD.bazel
- .bazelrc
-
Copy the following lines into your
.bazelrc
: -
Run a Bazel build and you’ll see remote cache use on the Dashboard page.