Skip to content

Commit

Permalink
bazel: add root envoy.stripped alias
Browse files Browse the repository at this point in the history
This mirrors the envoy alias at the top level, since this is the
recommendation for release builds this allows people to easily build
this version a well.

This came up in envoyproxy#21060

Signed-off-by: Keith Smiley <[email protected]>
  • Loading branch information
keith committed May 2, 2022
1 parent 7858bd2 commit 24d0ca1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ alias(
actual = "//source/exe:envoy",
)

alias(
name = "envoy.stripped",
actual = "//source/exe:envoy-static.stripped",
)

# These two definitions exist to help reduce Envoy upstream core code depending on extensions.
# To avoid visibility problems, see notes in source/extensions/extensions_build_config.bzl
#
Expand Down

0 comments on commit 24d0ca1

Please sign in to comment.