Skip to content

Commit

Permalink
fix inbound fuzzer build
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 10, 2023
1 parent f3b29c6 commit 8d1f510
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions linkerd/app/inbound/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ name = "fuzz_target_1"
path = "fuzz_targets/fuzz_target_1.rs"
test = true
doc = false

[patch.crates-io]
webpki = { git = "https://github.com/linkerd/webpki", branch = "cert-dns-names-0.22" }
1 change: 1 addition & 0 deletions linkerd/app/inbound/src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ pub mod fuzz {
.with_stack(connect)
.push_http_router(profiles)
.push_http_server()
.push_http_tcp_server()
.into_inner()
}

Expand Down

0 comments on commit 8d1f510

Please sign in to comment.