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 when building the probe #43

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Disable cgo when building the probe #43

merged 1 commit into from
Jan 7, 2025

Conversation

geobeau
Copy link
Contributor

@geobeau geobeau commented Jan 7, 2025

With newer versions of Go the way the default setting for cgo_enabled changed and it results in it being enabled. cgo links the libc which is not practical for deployment on other system/containers. This commit enforce disabling of cgo as it was the case in previous build before bumping Go's version.

With newer versions of Go the way the default setting
for cgo_enabled changed and it results in it being enabled.
cgo links the libc which is not practical for deployment on
other system/containers. This commit enforce disabling
of cgo as it was the case in previous build before bumping
Go's version.
@geobeau geobeau merged commit 61fb0be into criteo:main Jan 7, 2025
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