Commit 87e0cc7
committed
fix(chapel-ci): replace dropped 'chpl --about' with printchplenv
Run #3 cold build completed successfully (~12 min, libchpllaunch.a +
modules + cmake module files all generated), then the post-build
sanity check failed with:
Unrecognized flag: '--about' (use '-h' for help)
Chapel 2.8.0 dropped 'chpl --about'. Use the canonical
$CHPL_HOME/util/printchplenv --simple invocation instead — it prints
KEY=value lines (so the regex anchor changes from ':\s+' to '=').
Applied in both 'Build Chapel from source' and 'Activate multilocale
Chapel' steps.1 parent d4bf43e commit 87e0cc7
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
| |||
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
343 | | - | |
| 344 | + | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
| |||
0 commit comments