Skip to content

Commit 1c77210

Browse files
author
Terraphim CI
committed
fix(release): exclude firecracker crates with private git deps
1 parent 860a734 commit 1c77210

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ exclude = [
2222
"crates/terraphim_repl",
2323
# Symphony orchestrator (build separately: cd crates/terraphim_symphony && cargo build)
2424
"crates/terraphim_symphony",
25+
# Firecracker-based crates (private git dependency fcctl-core)
26+
"crates/terraphim_rlm",
27+
"crates/terraphim_github_runner",
28+
"crates/terraphim_github_runner_server",
29+
"terraphim_firecracker",
2530
]
2631
default-members = ["terraphim_server"]
2732

0 commit comments

Comments
 (0)