Skip to content

Commit 24081c0

Browse files
soddygoclaude
andcommitted
fix(ci): only build mcp-proxy to avoid fastembed 32-bit Windows issue
fastembed depends on ONNX Runtime which doesn't provide 32-bit Windows binaries. Exclude it from dist build by specifying only mcp-proxy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 29a8322 commit 24081c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist-workspace.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[workspace]
2-
members = ["cargo:."]
2+
# 只包含需要发布的包,排除 fastembed 等不支持所有平台的包
3+
members = ["cargo:mcp-proxy"]
34

45
# Config for 'dist'
56
[dist]

0 commit comments

Comments
 (0)