Commit 65e6a45
ci(chapel): fix pre-existing path + Zig action drift
Two drift bugs were blocking chapel-ci.yml end-to-end verification
after the L2.1 dispatch wiring (d01a33b):
1. `chapel_poc/` was renamed to `src/chapel/` in an earlier refactor;
the workflow still referenced the old path in path filters, build
commands, and artifact upload, so the Chapel Metalayer job failed
at `cd chapel_poc: No such file or directory`. Updated all three
references to `src/chapel/`.
2. The pinned SHA for `goto-bus-stop/setup-zig@7ab2955e…` no longer
resolves in that repo. Switched to `mlugg/setup-zig@d1434d08` (v2.2.1,
the community-maintained successor) still pinned to Zig 0.13.0.
With these fixes the three Chapel CI jobs can complete:
- Job 1 (Compile Chapel Metalayer) — builds libechidna_chapel.so
- Job 2 (Build & Test Zig FFI Bridge) — builds libechidna_chapel_ffi
- Job 3 (Rust Build with Chapel Feature) — cargo build/test --features chapel,
exercising the new ProverDispatcher::verify_proof_parallel path.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c8c0acf commit 65e6a45
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments