Ensure proctor is built as pure Go binary.

PiperOrigin-RevId: 334716351
This commit is contained in:
Adin Scannell
2020-09-30 17:48:52 -07:00
committed by gVisor bot
parent 6f8d64f422
commit ae51aef5bb
+1
View File
@@ -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"],
)