Skip to content

Commit

Permalink
Partial revert "tooling: Remove (default) remote_download_all flags (
Browse files Browse the repository at this point in the history
…envoyproxy#21733)" (envoyproxy#21776)

This partially reverts commit 8672554.

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Jun 21, 2022
1 parent bc63067 commit 99a6133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ bazel build envoy --config=remote-clang \
Change the value of `--remote_cache`, `--remote_executor` and `--remote_instance_name` for your remote build services. Tests can
be run in remote execution too.
Note: Currently the test run configuration in `.bazelrc` doesn't download test binaries and test logs,
to override the behavior set [`--remote_download_outputs`](https://docs.bazel.build/versions/master/command-line-reference.html#flag--remote_download_outputs)
accordingly.
## Building Envoy with Docker sandbox
Building Envoy with Docker sandbox uses the same Docker image used in CI with fixed C++ toolchain configuration. It produces more consistent
Expand Down

0 comments on commit 99a6133

Please sign in to comment.