Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure binary is statically linked #5

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Ensure binary is statically linked #5

merged 1 commit into from
Jul 3, 2024

Conversation

EndlessTrax
Copy link

Pull request checklist

Please check if your PR fulfills the following requirements:

  • You have read the contributing guide
  • Tests for the changes have been added
  • The documentation has been reviewed and updated as needed

What is the current behavior?

The user is presented with an error when using distros with an older libc version.

Issue Number: Fixes #4

What is the new behavior?

  • The binary is now built as a statically linked binary (instead of dynamically linked)

Does this introduce a breaking change?

  • Yes
  • No

If yes, please describe...

Other relevant information

N/A

@EndlessTrax EndlessTrax added the bug Something isn't working label Jul 3, 2024
@EndlessTrax EndlessTrax self-assigned this Jul 3, 2024
@EndlessTrax EndlessTrax requested a review from amigus July 3, 2024 15:29
@EndlessTrax EndlessTrax merged commit 557c4db into main Jul 3, 2024
1 check passed
@EndlessTrax EndlessTrax deleted the fix-build branch July 3, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: libc version not found
2 participants