Skip to content

Commit

Permalink
Fix quiche build file (envoyproxy#29955)
Browse files Browse the repository at this point in the history
Remove the unnecessary dep in quic_core_qpack_qpack_stream_sender_delegate_lib
Additional Description: The dep was initially added to fix my local build. But the actual root cause is me not using the right build config. So let's remove it.
Risk Level: Low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Renjie Tang <[email protected]>
  • Loading branch information
RenjieTang authored Oct 5, 2023
1 parent d05b602 commit 64e6e24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bazel/external/quiche.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3826,10 +3826,7 @@ envoy_quic_cc_library(
envoy_quic_cc_library(
name = "quic_core_qpack_qpack_stream_sender_delegate_lib",
hdrs = ["quiche/quic/core/qpack/qpack_stream_sender_delegate.h"],
deps = [
":quic_core_types_lib",
":quic_platform_base",
],
deps = [":quic_platform_base"],
)

envoy_quic_cc_library(
Expand Down

0 comments on commit 64e6e24

Please sign in to comment.