Commit 8485ec7
Fix LD_LIBRARY_PATH issue for unwindingReport tasks on musl
Apply the same LD_LIBRARY_PATH removal fix to runUnwindingValidator
and unwindingReport tasks that was previously applied to test tasks.
Without this fix, JDK 11 + musl systems fail with cross-JDK library
conflicts when LD_LIBRARY_PATH causes the launcher to load the wrong
libjli.so library. Removing LD_LIBRARY_PATH allows RPATH to work
correctly and load the correct library from $ORIGIN/../lib/jli.
Tasks fixed:
- runUnwindingValidator{Config} (Exec tasks)
- unwindingReport{Config} (Exec tasks)
Resolves unwinding report failures on musl CI builds.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 7516783 commit 8485ec7
1 file changed
Lines changed: 18 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
457 | 466 | | |
458 | 467 | | |
459 | 468 | | |
| |||
492 | 501 | | |
493 | 502 | | |
494 | 503 | | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
495 | 513 | | |
496 | 514 | | |
497 | 515 | | |
| |||
0 commit comments