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