mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
- Remove dead libvirt SSH/console functions from scheduler - Apply clippy auto-fixes across orchestrator and runner-integration - Format all crates
5 lines
311 B
TOML
5 lines
311 B
TOML
# Local path override for development — uses local vm-manager checkout
|
|
# instead of fetching from GitHub on every build.
|
|
# Remove or comment out to use the git dependency from Cargo.toml.
|
|
[patch."https://github.com/CloudNebulaProject/vm-manager.git"]
|
|
vm-manager = { path = "../vm-manager/crates/vm-manager" }
|