Commit f898816
fix(ci): remove banned V-language build from zig-test/e2e workflows
V-language is banned estate-wide; the sanctioned connector layer is
zig-unified-api-adapter. These workflows still installed and ran V on
every push.
- .github/workflows/zig-test.yml: remove the entire "V-lang Adapter
Checks" job (cloned/built github.com/vlang/v, then ran v check over
cartridges/{lsp,dap,bsp}-mcp/adapter .v files). Those .v adapter
files no longer exist in the repo, so the job was already dead.
- .github/workflows/e2e.yml: remove the "Install V" step (cloned/built
github.com/vlang/v into /usr/local/bin). The v binary was never
invoked anywhere else in the e2e job.
Both workflows remain valid YAML.
Out of scope (noted for follow-up review, NOT changed here): the
Justfile still carries live V-lang build/run wiring (build-adapter,
install-v cloning vlang/v, legacy run recipes). That is a separate
source-level change outside this CI-focused fix.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent ad21287 commit f898816
2 files changed
Lines changed: 0 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 54 | | |
60 | 55 | | |
61 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
0 commit comments