Skip to content

Commit e392973

Browse files
author
Test User
committed
fix(docker): exclude host-only runner crates from workspace
Keep terraphim_github_runner, terraphim_rlm, and terraphim_gitea_runner out of the workspace so Docker --locked builds match the trimmed build context.
1 parent fd99f9f commit e392973

2 files changed

Lines changed: 7 additions & 109 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ exclude = [
4646
# Symphony orchestrator (build separately: cd crates/terraphim_symphony && cargo build)
4747
"crates/terraphim_symphony",
4848
# Firecracker-based crates (private git dependency fcctl-core)
49-
# terraphim_rlm temporarily included for full configuration
50-
# "crates/terraphim_rlm",
51-
# terraphim_github_runner un-excluded for host-only reuse by terraphim_gitea_runner (#1910 M1).
49+
"crates/terraphim_rlm",
50+
# Host-only runners (omitted from Docker build context)
51+
"crates/terraphim_github_runner",
5252
"crates/terraphim_github_runner_server",
53-
# Host-only Gitea runner; depends on dockerignored terraphim_github_runner.
5453
"crates/terraphim_gitea_runner",
5554
]
5655
default-members = ["terraphim_server"]

0 commit comments

Comments
 (0)