Commit e1c025f
## Summary
Adds `continue-on-error: true` to two jobs in
`.github/workflows/chapel-ci.yml` that have never passed in repository
history:
- **`chapel-build`** — `.chpl` sources use non-Chapel syntax (`extern
\"C\" { ... }`, octal escapes); see #133 for full diagnostic + fix
options.
- **`zig-ffi`** — pinned Zig 0.13.0 lacks `addLibrary` on the `Build`
namespace called by `src/zig_ffi/build.zig:23`.
Pattern follows Job 4 (`rust-chapel-real`) which already carries
`continue-on-error: true` with the same rationale (Chapel L2.2–L2.7
gated).
## Effect
- Jobs still RUN — visibility preserved (logs available for #133
debugging).
- Jobs no longer FAIL the workflow — unrelated PRs stop being
noise-blocked by the long-standing Chapel/Zig syntax issues.
- Downstream `rust-chapel-feature` (which `needs: zig-ffi`) will be
SKIPPED when `zig-ffi` fails — acceptable since the Chapel feature path
is not currently load-bearing.
## Sequencing
1. Land this PR → Chapel CI stops poisoning the signal.
2. Address #133 (Chapel rewrite + Zig API update) — substantive work.
3. Revert this PR (drop `continue-on-error`) once #133's rehabilitation
lands.
Refs #133
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fd09dcb commit e1c025f
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
68 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
69 | 79 | | |
70 | 80 | | |
71 | 81 | | |
| 82 | + | |
72 | 83 | | |
73 | 84 | | |
74 | 85 | | |
| |||
0 commit comments