Commit 528f481
committed
fix(chapel-ci): use find for comm-gasnet check (glob was too tight)
Run #5: build COMPLETED (libchpllaunch.a + libchplmalloc.a + modules
all generated successfully), then the sanity glob missed the actual
runtime path:
No such file or directory:
/opt/chapel-multilocale/lib/*/gnu/*/loc-flat/comm-gasnet/smp/*/launch-smp
The real path includes an extra tasks-* component:
lib/linux64/gnu/x86_64/loc-flat/comm-gasnet/smp/fast/tasks-qthreads/launch-smp/...
Glob was missing the tasks-* slot between perf-flavor and launch-smp.
Switch to find -name comm-gasnet -print -quit: hierarchy-independent,
survives minor-version path renames, succeeds iff the gasnet runtime
variant was built.1 parent 78c07fe commit 528f481
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
0 commit comments