mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
Enable pure-iso feature for vm-manager (no genisoimage needed)
This commit is contained in:
parent
b5ccd4e2aa
commit
471fa7f3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
common = { path = "../common" }
|
common = { path = "../common" }
|
||||||
vm-manager = { git = "https://github.com/CloudNebulaProject/vm-manager.git", branch = "main" }
|
vm-manager = { git = "https://github.com/CloudNebulaProject/vm-manager.git", branch = "main", features = ["pure-iso"] }
|
||||||
clap = { version = "4", features = ["derive", "env"] }
|
clap = { version = "4", features = ["derive", "env"] }
|
||||||
miette = { version = "7", features = ["fancy"] }
|
miette = { version = "7", features = ["fancy"] }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue