gvisor/test/runtimes/python/BUILD

10 lines
200 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_binary")
package(licenses = ["notice"])
go_binary(
name = "proctor-python",
srcs = ["proctor-python.go"],
deps = ["//test/runtimes/common"],
)