I only want to build envoy. It seems like x./ci/run_envoy_docker.sh './ci/do_ci.sh bazel.dev'
will also run CI. How can I only compiled and build the binary?
Asked
Active
Viewed 1,519 times
0

Haoyuan Ge
- 3,379
- 3
- 24
- 40
1 Answers
0
bazel build //source/exe:envoy-static
Look at here: https://github.com/envoyproxy/envoy/blob/master/bazel/README.md#quick-start-bazel-build-for-developers

Haoyuan Ge
- 3,379
- 3
- 24
- 40