Title: bazel/README.md references envoy-static.stripped.stamped which doesn't exist
Description:
From the instructions for building a Release Build at https://github.com/envoyproxy/envoy/blame/master/bazel/README.md#L333 :
bazel --bazelrc=/dev/null build -c opt //source/exe:envoy-static.stripped.stamped
But when I run this I get:
ERROR: no such target '//source/exe:envoy-static.stripped.stamped': target 'envoy-static.stripped.stamped' not declared in package 'source/exe' defined by /jenkins/src/envoy/source/exe/BUILD
From https://github.com/envoyproxy/envoy/blob/master/ci/do_ci.sh#L17, looks like the correct instructions for a release build are to build //source/exe:envoy-static (line 20), then run strip on the resulting binary (line 32)?
Please confirm and I'm happy to update the README with corrected instructions. Thanks!
Title:
bazel/README.mdreferencesenvoy-static.stripped.stampedwhich doesn't existDescription:
From the instructions for building a Release Build at https://github.com/envoyproxy/envoy/blame/master/bazel/README.md#L333 :
But when I run this I get:
From https://github.com/envoyproxy/envoy/blob/master/ci/do_ci.sh#L17, looks like the correct instructions for a release build are to build
//source/exe:envoy-static(line 20), then runstripon the resulting binary (line 32)?Please confirm and I'm happy to update the README with corrected instructions. Thanks!