fix: Remove kvm from harmony default features as it comes with a hefty libvirt-dev dependency #290

Merged
johnride merged 1 commits from ci/fix-fleet-operator into master 2026-05-23 14:54:36 +00:00

View File

@@ -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 = []