Skip to content

Commit

Permalink
bazel: fix rc
Browse files Browse the repository at this point in the history
Signed-off-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
jrajahalme committed Aug 14, 2023
1 parent b7768e8 commit d36301f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import %workspace%/envoy.bazelrc

# Link with libcap
build --linkopt="-l:libcap.a"
# build:linux --action_env=BAZEL_LINKLIBS=-l%:libstdc++.a:-l%:libcap.a
# build --linkopt="-l:libcap.a"

# Use platforms based toolchain resolution
build --incompatible_enable_cc_toolchain_resolution
Expand Down
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ envoy_cc_binary(
"//cilium:tls_wrapper_lib",
"@envoy//source/exe:envoy_main_entry_lib",
],
linkopts = ["-l:libcap.a"],
)

sh_test(
Expand Down

0 comments on commit d36301f

Please sign in to comment.