Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing BUILD file dependencies. #4846

Merged
merged 2 commits into from
Aug 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DCO Remediation Commit for Matthew Lam <matthew.lam.qwerty@gmail.com>
I, Matthew Lam <matthew.lam.qwerty@gmail.com>, hereby add my Signed-off-by to this commit: ff9d39a

Signed-off-by: Matthew Lam <matthew.lam.qwerty@gmail.com>
  • Loading branch information
matthewtlam authored Aug 1, 2024
commit f87699aa59b08c161134ca5ba0466af8f9eccee0
2 changes: 2 additions & 0 deletions backends/p4tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ cc_library(
"@com_github_p4lang_p4runtime//:p4info_cc_proto",
"@com_github_z3prover_z3//:api",
"@com_google_absl//absl/container:btree",
"@com_google_absl//absl/strings:str_format",
],
)

Expand Down Expand Up @@ -165,6 +166,7 @@ cc_library(
"@boost//:multiprecision",
"@com_github_pantor_inja//:inja",
"@com_google_absl//absl/container:btree",
"@com_google_absl//absl/strings",
"@nlohmann_json//:json",
],
)
Expand Down
Loading