Skip to content

Fix ldd check for static binaries#96

Merged
sdairs merged 1 commit intomainfrom
fix-ldd-check
Apr 7, 2026
Merged

Fix ldd check for static binaries#96
sdairs merged 1 commit intomainfrom
fix-ldd-check

Conversation

@sdairs
Copy link
Copy Markdown
Collaborator

@sdairs sdairs commented Apr 7, 2026

Summary

  • ldd exits with code 1 for static binaries (printing "statically linked"), which fails the CI step
  • Capture the output with || true and grep for the expected message instead

🤖 Generated with Claude Code

@sdairs sdairs requested a review from iskakaushik as a code owner April 7, 2026 22:30
ldd exits with code 1 for static binaries, which fails the step.
Capture output with || true and grep for the expected messages instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sdairs sdairs merged commit a68fb5c into main Apr 7, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants