Skip to content

Commit

Permalink
build fix (#37149)
Browse files Browse the repository at this point in the history
follow up to #37035
  • Loading branch information
alyssawilk authored Nov 18, 2024
1 parent 9a2dc62 commit 73c5702
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions source/common/network/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,7 @@ envoy_cc_library(
"@com_github_google_quiche//:quic_core_lru_cache_lib",
"@com_github_google_quiche//:quic_platform_socket_address",
"@envoy_api//envoy/extensions/network/socket_interface/v3:pkg_cc_proto",
] + select({
"//bazel:linux": [
"//source/common/io:io_uring_impl_lib",
"//source/common/io:io_uring_worker_lib",
],
"//conditions:default": [],
}),
],
alwayslink = LEGACY_ALWAYSLINK,
)

Expand Down

0 comments on commit 73c5702

Please sign in to comment.