diff options
Diffstat (limited to 'test/runtimes/proctor/BUILD')
-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"], ) |