Commit 0394019
chore(chapel-ci): add --print-commands + smoke-run to surface linker errors
chpl swallows linker errors as a terse `error: Make Binary - Linking`
with no underlying ld output. Add `--print-commands` so the synthesised
linker invocation lands in the log, and also run the produced binary
under LD_LIBRARY_PATH=$PROVEN_LIB_PATH to confirm it actually executes
(instead of only checking that it compiled).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 96ca502 commit 0394019
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
209 | 212 | | |
210 | 213 | | |
211 | 214 | | |
212 | 215 | | |
213 | 216 | | |
214 | 217 | | |
| 218 | + | |
215 | 219 | | |
216 | 220 | | |
| 221 | + | |
| 222 | + | |
217 | 223 | | |
218 | 224 | | |
219 | 225 | | |
| |||
0 commit comments