We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58eeb1 commit ddd2b73Copy full SHA for ddd2b73
1 file changed
.github/workflows/reusable-release.yml
@@ -691,6 +691,10 @@ jobs:
691
# DT_RUNPATH/DT_RPATH/NEEDED (whether it points at inst/lib for libHSp).
692
# Remove once T14304 is fixed.
693
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
698
found=0
699
for f in $(find _build/dist/testsuite -path '*T14304*' -name 'libHS*.so' 2>/dev/null); do
700
found=1
0 commit comments