Fixes after merge

This commit is contained in:
Sergey Kuznetsov
2026-08-20 16:40:25 +01:00
parent 000fcf88bd
commit 2851ff46ab
3 changed files with 1 additions and 14 deletions

View File

@@ -323,7 +323,7 @@ jobs:
working-directory: ${{ env.BUILD_DIR }}
run: |
ldd ./xrpld
if [ "$(ldd ./xrpld | grep -E '(libstdc\+\+)' | wc -l)" -eq 0 ]; then
if [ "$(ldd ./xrpld | grep -E '(libstdc\+\+|libgcc)' | wc -l)" -eq 0 ]; then
echo 'The binary is statically linked.'
else
echo 'The binary is dynamically linked.'