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).
|
||||
# Without it the operator CRD fails to compile, so it's part of
|
||||
# the default build.
|
||||
default = ["kvm", "podman"]
|
||||
default = ["podman"]
|
||||
kvm = ["dep:virt"]
|
||||
podman = ["dep:podman-api"]
|
||||
testing = []
|
||||
|
||||
Reference in New Issue
Block a user