Skip to content

Commit ddd2b73

Browse files
committed
ci: keep T14304 artifacts (re-run with CLEANUP=0) for rpath diagnostic
1 parent c58eeb1 commit ddd2b73

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/reusable-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,10 @@ jobs:
691691
# DT_RUNPATH/DT_RPATH/NEEDED (whether it points at inst/lib for libHSp).
692692
# Remove once T14304 is fixed.
693693
echo "=== T14304 rpath diagnostic (${{ matrix.platform.image }}) ==="
694+
# The full run above cleans each test's .run dir, so re-run just
695+
# T14304 with cleanup disabled to keep its instantiated libs for
696+
# inspection.
697+
PATH=$(pwd)/_build/dist/bin:$PATH ${{ env.MAKE }} -C _build/dist/testsuite TEST=T14304 CLEANUP=0 >/dev/null 2>&1 || true
694698
found=0
695699
for f in $(find _build/dist/testsuite -path '*T14304*' -name 'libHS*.so' 2>/dev/null); do
696700
found=1

0 commit comments

Comments
 (0)