From ae51aef5bb31458a98c7f27546213a7d2bdff504 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 30 Sep 2020 17:46:56 -0700 Subject: Ensure proctor is built as pure Go binary. PiperOrigin-RevId: 334716351 --- test/runtimes/proctor/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'test/runtimes') 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"], ) -- cgit v1.2.3