Polish regression dependencies and warning context

This commit is contained in:
copilot-swe-agent[bot] 2026-06-13 23:56:29 +00:00 committed by GitHub
parent 1a8c4dafe2
commit d69440f6de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -959,7 +959,7 @@ jobs:
debug: ${{ env.DEBUG }}
regression_156_restore:
needs: [regression_156_install, build_binaries]
needs: [regression_156_install]
runs-on: ubuntu-24.04
name: "Restore ffmpegthumbnailer shared libraries (regression issue #156, restore phase)."
steps:

View file

@ -135,7 +135,7 @@ for installed_package in ${installed_packages}; do
done
if [ -L "${symlink_path}" ] && [ ${symlink_depth} -ge ${max_symlink_depth} ]; then
log " warning: max symlink depth ${max_symlink_depth} reached for ${f}. Possible symlink loop or excessive chain depth."
log " warning: max symlink depth ${max_symlink_depth} reached while traversing ${f}; current link ${symlink_path}. Possible symlink loop or excessive chain depth."
fi
fi
fi