summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/proctor/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtimes/proctor/BUILD')
-rw-r--r--test/runtimes/proctor/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/runtimes/proctor/BUILD b/test/runtimes/proctor/BUILD
index fdc6d3173..b4a9b12de 100644
--- a/test/runtimes/proctor/BUILD
+++ b/test/runtimes/proctor/BUILD
@@ -7,5 +7,8 @@ go_binary(
srcs = ["main.go"],
pure = True,
visibility = ["//test/runtimes:__pkg__"],
- deps = ["//test/runtimes/proctor/lib"],
+ deps = [
+ "//test/runtimes/proctor/lib",
+ "@org_golang_x_sys//unix:go_default_library",
+ ],
)