blob: cc5ef6c74f93440560edde77f942ab3775fefe29 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "launch",
srcs = [
"launch.go",
"log.go",
],
data = [
"@com_github_bonzini_qboot//:qboot-bin",
],
importpath = "source.monogon.dev/metropolis/test/launch",
visibility = ["//metropolis:__subpackages__"],
deps = [
"//metropolis/pkg/freeport",
"@io_bazel_rules_go//go/runfiles:go_default_library",
"@org_golang_x_sys//unix",
],
)