solstice-ci/.cargo/config.toml
Till Wegmueller 21f4977839 Fix orchestrator container: pre-built binary + Ubuntu 24.04 base
Switch to pre-built binary Containerfile to avoid workspace dependency
issues with vm-manager path dep. Use Ubuntu 24.04 to match host glibc.
2026-04-07 16:50:55 +02:00

5 lines
289 B
TOML

# Cargo configuration for Solstice CI
# vm-manager is referenced via path dep in orchestrator's Cargo.toml.
# For local development, ensure the vm-manager repo is available at:
# ../vm-manager (relative to solstice-ci root)
# or create a symlink: ln -s /path/to/vm-manager ../vm-manager