Commit fe8f6fd
forge-admin
fix(build): remove zlob default feature to eliminate Zig compiler dependency
The zlob feature in fff-search requires Zig compiler at build time,
which is not available in CI/CD environments (Docker, cross-compilation,
crates.io publish). This caused build failures across:
- Docker multi-arch builds (Ubuntu 20.04)
- aarch64 cross-compilation
- crates.io publish verification
Remove zlob from default features in:
- terraphim_file_search (default = [])
- terraphim_middleware (remove explicit zlob feature)
- terraphim_mcp_server (default = [])
The non-Zig fallback provides identical functionality with slightly
reduced glob matching performance - acceptable tradeoff for CI reliability.1 parent 4cff973 commit fe8f6fd
4 files changed
Lines changed: 22 additions & 22 deletions
File tree
- crates
- terraphim_file_search
- terraphim_mcp_server
- terraphim_middleware
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments