diff options
author | Adin Scannell <ascannell@google.com> | 2020-09-30 17:46:56 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-30 17:48:52 -0700 |
commit | ae51aef5bb31458a98c7f27546213a7d2bdff504 (patch) | |
tree | 5163465b25a93bd17aa7d96dd3e189ae1ab6ddbf /test/runtimes | |
parent | 6f8d64f4229be58814319003a397b971ca9b4e1b (diff) |
Ensure proctor is built as pure Go binary.
PiperOrigin-RevId: 334716351
Diffstat (limited to 'test/runtimes')
-rw-r--r-- | test/runtimes/proctor/BUILD | 1 |
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"], ) |