Commit 1c3e413
committed
ci(e2e): build the standalone Zig FFI surface (no cross-org bridge)
The E2E/Bench jobs ran the default build.zig, which compiles the full
Idris2->RefC->Zig pipeline and pulls in idris2_zig_ffi via a Zig .path
dependency on the private, sibling-checkout-only repo
nextgen-languages/language-bridges. CI never provides that path, so
`zig build` failed at dependency resolution (the ~19s failure, once the
toolchain install was fixed).
Point both jobs at build_standalone.zig, which builds src/main.zig only
(the pure-Zig C-ABI surface: proven_init, proven_path_has_traversal,
proven_header_has_crlf, ...) with no Idris/RefC or external dependency.
Verified src/main.zig imports only std + builtin, so it compiles
standalone. Output is libproven_ffi.a (glob updated accordingly).
Scope note: this exercises the Zig FFI build + unit tests, not the full
Idris->Zig integration. The full pipeline is deferred until the private
language-bridges repo is provisioned (submodule + CI credential).
https://claude.ai/code/session_01MN5vzRR4MK2dkDNaHqqRDy1 parent 75399d6 commit 1c3e413
1 file changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | | - | |
54 | | - | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | | - | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
162 | | - | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
0 commit comments