Skip to content

Commit 060769d

Browse files
tonyliaosscopybara-github
authored andcommitted
Add build dependencies for arenaz_sampler_test.
We are seeing some GHA breakages; they may have been caused by #20052 as the Bazel build rules couldn't find the necessary headers. PiperOrigin-RevId: 721895082
1 parent 0644388 commit 060769d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

python/build_targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def build_targets(name):
150150
"@com_google_absl//absl/log:absl_check",
151151
"@com_google_absl//absl/log:absl_log",
152152
"@com_google_absl//absl/status",
153+
"@com_google_absl//absl/status:statusor",
153154
"@com_google_absl//absl/strings",
154155
] + select({
155156
"//conditions:default": [],

src/google/protobuf/BUILD.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,9 +1385,16 @@ cc_test(
13851385
srcs = ["arenaz_sampler_test.cc"],
13861386
deps = [
13871387
":arena",
1388+
":arena_allocation_policy",
13881389
":port",
13891390
":protobuf",
13901391
"//src/google/protobuf/stubs",
1392+
"@com_google_absl//absl/log:absl_check",
1393+
"@com_google_absl//absl/numeric:bits",
1394+
"@com_google_absl//absl/strings",
1395+
"@com_google_absl//absl/synchronization",
1396+
"@com_google_absl//absl/synchronization:thread_pool",
1397+
"@com_google_absl//absl/time",
13911398
"@com_google_googletest//:gtest",
13921399
"@com_google_googletest//:gtest_main",
13931400
],

0 commit comments

Comments
 (0)