mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
metadata-api: support dnsmasq (#3115)
This commit is contained in:
parent
37e46b98c2
commit
21c30ebb76
18 changed files with 304 additions and 270 deletions
|
@ -1,13 +0,0 @@
|
|||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "virtwrapper",
|
||||
srcs = [
|
||||
"virtwrapper.go",
|
||||
"virtwrapper_cgo.go",
|
||||
"virtwrapper_cross.go",
|
||||
],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/hack/qemu-metadata-api/virtwrapper",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["@org_libvirt_go_libvirt//:libvirt"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue