Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Oct 3, 2023
1 parent 4704555 commit 08c0f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/docker_runners/examples/concurrent_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
# bazel under a docker container.
# This is especially useful for running bazel RBE builds, since inside
# the container, bazel won't have access to local build cache.
# Access to the local workspace is provided by mounting the workspace
# as a volume to the docker container. That also means that any changes
# in the workspace will be visible to the bazel instance running inside
# the container (but also this is a similar scenario to making changes
# to local files when bazel is running normally).

# Usage:
# tools/docker_runners/examples/concurrent_bazel.sh ANY_NORMAL_BAZEL_FLAGS_HERE
Expand Down

0 comments on commit 08c0f9d

Please sign in to comment.