mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Ensure proctor is built as pure Go binary.
PiperOrigin-RevId: 334716351
This commit is contained in:
committed by
gVisor bot
parent
6f8d64f422
commit
ae51aef5bb
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user