fix: Remove kvm from harmony default features as it comes with a hefty libvirt-dev dependency #290
@@ -10,7 +10,7 @@ license.workspace = true
|
|||||||
# CRD types (which embed `ReconcileScore` from the podman module).
|
# CRD types (which embed `ReconcileScore` from the podman module).
|
||||||
# Without it the operator CRD fails to compile, so it's part of
|
# Without it the operator CRD fails to compile, so it's part of
|
||||||
# the default build.
|
# the default build.
|
||||||
default = ["kvm", "podman"]
|
default = ["podman"]
|
||||||
kvm = ["dep:virt"]
|
kvm = ["dep:virt"]
|
||||||
podman = ["dep:podman-api"]
|
podman = ["dep:podman-api"]
|
||||||
testing = []
|
testing = []
|
||||||
|
|||||||
Reference in New Issue
Block a user