Merge pull request #12889 from fidencio/topic/ch-config

hypervisor: Enable cloud-hypervisor feature by default
This commit is contained in:
Aurélien Bombo
2026-04-21 11:04:31 -05:00
committed by GitHub

View File

@@ -64,11 +64,9 @@ dragonball = { workspace = true, features = [
dbs-utils = { workspace = true }
[features]
default = []
default = ["cloud-hypervisor"]
dragonball = ["dep:dragonball"]
# Feature is not yet complete, so not enabled by default.
# See https://github.com/kata-containers/kata-containers/issues/6264.
cloud-hypervisor = ["ch-config"]
[dev-dependencies]
@@ -76,9 +74,7 @@ serial_test = "2.0.0"
tempfile = { workspace = true }
# Local dev-dependencies
# Force the CH tests to run, even when the feature is not enabled for
# a normal build.
hypervisor = { workspace = true, features = ["cloud-hypervisor"] }
hypervisor = { workspace = true }
test-utils = { workspace = true }
[build-dependencies]