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

Disable CGO since it isn't used. #117

Merged
merged 1 commit into from
May 31, 2024

Conversation

robertglonek
Copy link
Contributor

This change will make the binaries work on any distro, as long as it's linux and the amd64/arm64 architecture matches, removing the need to have a separate binary for each distribution and distro version (no more libc requirement). Disabling CGO does not have an effect on this application functionality. It does however mean that a single amd64-compiled binary will work on every amd64 linux distribution and version.

This change will make the binaries work on any distro, as long as it's linux and the amd64/arm64 architecture matches, removing the need to have a separate binary for each distribution and distro version (no more libc requirement). Disabling CGO does not have an effect on this application functionality. It does however mean that a single amd64-compiled binary will work on every amd64 linux distribution and version.
@sunilvirus
Copy link
Member

@robertglonek thanks for the PR. As this is too close to our release (in 2 days), we will take this as part of our next release.

@robertglonek
Copy link
Contributor Author

@robertglonek thanks for the PR. As this is too close to our release (in 2 days), we will take this as part of our next release.

Awesome thank you.

@sunilvirus sunilvirus merged commit 45dd484 into aerospike:master May 31, 2024
1 check 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