From 7d507e3396ba58cbd34d361b6c53ec9ddb4978cc Mon Sep 17 00:00:00 2001 From: Jean-Gabriel Gill-Couture Date: Sat, 23 May 2026 09:29:17 -0400 Subject: [PATCH] fix: Remove kvm from harmony default features as it comes with a hefty libvirt-dev dependency --- harmony/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmony/Cargo.toml b/harmony/Cargo.toml index e1aecf08..99a827c7 100644 --- a/harmony/Cargo.toml +++ b/harmony/Cargo.toml @@ -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 = [] -- 2.39.5