Skip to content

Commit

Permalink
Add more detail to the remote build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 25, 2023
1 parent e565660 commit 1fa0af4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,7 @@ To access the EngFlow RBE, a developer needs to be granted access to our project
container repository. Once that has been done, then any bazel command can be run
remotely by using `--config=remote`. For example: `bazel build --config=remote
grid` or `bazel test --config=remote java/test/...`
When you run a remote build, one of the first lines of output from Bazel will
include a link to the EngFlow UI so you can track the progress of the build and
gather information about the efficiency of the build.

0 comments on commit 1fa0af4

Please sign in to comment.