Commit 16012df
## Summary
- Closes #181. Echidna's chapel-ci was the lone laggard on Chapel 2.3.0;
sibling estate repos `proven` (PR #141, admin-merged 2026-05-31) and
`panic-attack` (PR #85, the chapel-ci pilot) both already run 2.8.0.
- Pattern reused verbatim from proven#141: ubuntu22 .deb URL+SHA256
`944a454b…` (installs cleanly on the ubuntu24 runner), `libunwind-dev`
preinstall to satisfy chpl-built binaries' runtime link, top-level
`env:` block to single-source the version pin across all three install
sites, no `CHPL_TARGET_*` overrides (the 2.3.0-era runtime-tuple
mismatch is gone).
- Source-side: audited the four documented 2.8.0 keyword gotchas
(`out`/`label` reserved-as-locals, single-quoted char literals, Justfile
`env(...) + str` paren rule) — echidna's `.chpl` already uses 2.x APIs
(`createCopyingBuffer`, `sendPosixSignal`, `compareAndSwap`, etc.) and
trips **none** of them. Only source-side touch is a one-line comment
update in `chapel_ffi_exports.chpl` to reference the new .deb filename.
## Files
- `.github/workflows/chapel-ci.yml` — `env:` block hoist + 2.8.0 URL/SHA
+ `libunwind-dev` preinstall on both chapel-installing jobs.
- `src/chapel/chapel_ffi_exports.chpl` — comment-only update referencing
the new .deb filename.
## Test plan
- [ ] `chapel-build` job downloads `chapel-2.8.0-1.ubuntu22.amd64.deb`,
SHA-checks, `dpkg -i`, prints `chpl --version` showing 2.8.0.
- [ ] `chapel-build` compiles `chapel_ffi_exports.chpl` +
`parallel_proof_search.chpl` into `libechidna_chapel.a` with no keyword
regressions.
- [ ] `Compile + run smoke target` builds + runs `smoke.chpl` (coforall
+ atomic CAS + reduction) → expected exit 0.
- [ ] `rust-chapel-real` (allow-fail) installs Chapel via the same env
vars without divergence from the chapel-build job.
- [ ] Owner verifies no CI-budget surprise: this workflow runs only on
`chapel/**`, `zig_ffi/**`, `proof_search.rs`, `dispatch.rs`,
`Cargo.toml`, and itself — the PR's diff touches only the last bucket,
so a single run is expected.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 71d7915 commit 16012df
2 files changed
Lines changed: 41 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
30 | 41 | | |
31 | 42 | | |
32 | 43 | | |
| |||
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
42 | 53 | | |
43 | 54 | | |
44 | | - | |
| 55 | + | |
| 56 | + | |
45 | 57 | | |
46 | 58 | | |
47 | 59 | | |
48 | 60 | | |
49 | | - | |
| 61 | + | |
50 | 62 | | |
51 | 63 | | |
52 | 64 | | |
53 | | - | |
| 65 | + | |
54 | 66 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
62 | 78 | | |
63 | 79 | | |
64 | 80 | | |
| |||
93 | 109 | | |
94 | 110 | | |
95 | 111 | | |
96 | | - | |
| 112 | + | |
97 | 113 | | |
98 | 114 | | |
99 | 115 | | |
| |||
121 | 137 | | |
122 | 138 | | |
123 | 139 | | |
124 | | - | |
| 140 | + | |
125 | 141 | | |
126 | 142 | | |
127 | 143 | | |
| |||
159 | 175 | | |
160 | 176 | | |
161 | 177 | | |
162 | | - | |
| 178 | + | |
163 | 179 | | |
164 | 180 | | |
165 | 181 | | |
166 | 182 | | |
167 | 183 | | |
168 | | - | |
| 184 | + | |
169 | 185 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
174 | 192 | | |
175 | 193 | | |
176 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments