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 for static binaries #3155

Merged
merged 1 commit into from
Nov 4, 2022
Merged

Disable cgo for static binaries #3155

merged 1 commit into from
Nov 4, 2022

Conversation

bobbypage
Copy link
Collaborator

@bobbypage bobbypage commented Aug 4, 2022

This is to avoid depending on glibc which can be quite old on certain
distros. For the docker image, since glibc is part of the container,
there is no reason to disable cgo.

Fixes #3044

Signed-off-by: David Porter david@porter.me

This is to avoid depending on glibc which can be quite old on certain
distros. For the docker image, since glibc is part of the container,
there is no reason to disable cgo.

Signed-off-by: David Porter <david@porter.me>
@pascal-hofmann
Copy link

Any updates on this? Would be great to have this fixed.

@bobbypage bobbypage merged commit c1a39fd into google:master Nov 4, 2022
@pascal-hofmann
Copy link

Awesome. Thank you! 🚀

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.

GLIBC_2.32 not found error with cadvisor 0.39.3+ on CentOS 8/Ubuntu 20.04
2 participants