Commit a087aa7
ci(chapel): bump Chapel toolchain 2.3.0 -> 2.8.0 (closes #181)
Sibling estate repos `proven` (#141, admin-merged 2026-05-31) and
`panic-attack` (#85, the chapel-ci pilot) both moved to Chapel 2.8.0;
echidna was the lone laggard on 2.3.0. This bump closes the cross-repo
toolchain seam called out in #181.
Pattern reused verbatim from proven#141:
* `CHAPEL_DEB_URL` -> ubuntu22 .deb at 2.8.0 (installs cleanly on the
ubuntu24 runner image). SHA-256 verified out-of-band against the
GitHub Releases asset
(944a454b8a791f344312fcd261b562871159b74f5ef41d81e11833eb21d85f60).
* `libunwind-dev` preinstall on every chapel-installing job - without
it the chapel-built smoke binary fails to run with
`libunwind.so.8: cannot open shared object`.
* Top-level `env:` block hoists the version pin so all three install
sites stay in sync; `chpl --version` echoed on each install to make
the log self-describing.
* No `CHPL_TARGET_*` overrides needed (sibling pattern: the 2.3.0-era
runtime-tuple mismatch is gone on 2.8.0).
Sources audited for 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`) and trips
NONE of them. The only source-side touch is updating one comment in
`chapel_ffi_exports.chpl` to reference the new .deb filename.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 88cd8dc commit a087aa7
2 files changed
Lines changed: 35 additions & 17 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 | | |
| |||
50 | 62 | | |
51 | 63 | | |
52 | 64 | | |
53 | | - | |
| 65 | + | |
54 | 66 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
61 | 77 | | |
62 | 78 | | |
63 | 79 | | |
| |||
165 | 181 | | |
166 | 182 | | |
167 | 183 | | |
168 | | - | |
| 184 | + | |
169 | 185 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
173 | 191 | | |
174 | 192 | | |
175 | 193 | | |
| |||
| 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