Skip to content

Conversation

@mckern
Copy link
Contributor

@mckern mckern commented Jan 4, 2024

kubeapply links against libc, and there's no guarantee that a runtime environment will match what a given binary was built against. This change will ensure that the resulting binary is completely static and able to operate across libc mismatches.

@mckern
Copy link
Contributor Author

mckern commented Jan 4, 2024

This change has been built and (successfully) tested manually as this repo currently has no CI pipeline.

@mckern
Copy link
Contributor Author

mckern commented Jan 4, 2024

New commit pending, fixing some quotes

kubeapply links against libc, and there's no guarantee that a runtime
environment will match what a given binary was built against.
This change will ensure that the resulting binary is completely
static and able to operate across libc mismatches.
@mckern mckern force-pushed the mckern/force-static-builds branch from e424c1e to 8dc1947 Compare January 4, 2024 01:51
@mckern mckern merged commit 87f3848 into master Jan 4, 2024
@mckern mckern deleted the mckern/force-static-builds branch January 4, 2024 01:51
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.

3 participants