From 73c57028d01a53121ead1b9da42a4b6b071a5950 Mon Sep 17 00:00:00 2001 From: alyssawilk Date: Mon, 18 Nov 2024 10:25:22 -0500 Subject: [PATCH] build fix (#37149) follow up to https://github.com/envoyproxy/envoy/pull/37035 --- source/common/network/BUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/common/network/BUILD b/source/common/network/BUILD index 29dd0b3e9289..7f6679a5f876 100644 --- a/source/common/network/BUILD +++ b/source/common/network/BUILD @@ -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, )