summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-09-30 17:46:56 -0700
committergVisor bot <gvisor-bot@google.com>2020-09-30 17:48:52 -0700
commitae51aef5bb31458a98c7f27546213a7d2bdff504 (patch)
tree5163465b25a93bd17aa7d96dd3e189ae1ab6ddbf /test/runtimes
parent6f8d64f4229be58814319003a397b971ca9b4e1b (diff)
Ensure proctor is built as pure Go binary.
PiperOrigin-RevId: 334716351
Diffstat (limited to 'test/runtimes')
-rw-r--r--test/runtimes/proctor/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/proctor/BUILD b/test/runtimes/proctor/BUILD
index f66371265..fdc6d3173 100644
--- a/test/runtimes/proctor/BUILD
+++ b/test/runtimes/proctor/BUILD
@@ -5,6 +5,7 @@ package(licenses = ["notice"])
go_binary(
name = "proctor",
srcs = ["main.go"],
+ pure = True,
visibility = ["//test/runtimes:__pkg__"],
deps = ["//test/runtimes/proctor/lib"],
)