summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/runtimes/python/BUILD
blob: 501f77d63b41c5a581e909e543e0eb07cd03b029 (plain)
1
2
3
4
5
6
7
8
load("@io_bazel_rules_go//go:def.bzl", "go_binary")

package(licenses = ["notice"])

go_binary(
    name = "proctor-python",
    srcs = ["proctor-python.go"],
)