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

Remove dependency on libc #45

Merged
merged 1 commit into from
Feb 24, 2018
Merged

Remove dependency on libc #45

merged 1 commit into from
Feb 24, 2018

Conversation

cpnielsen
Copy link
Contributor

This commit simply adds CGO_ENABLED=0 to enable a completely static build. This will make the binary run without issue in containers (such as Alpine) and environments that do not bundle libc or comparable libraries.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 47.768% when pulling a15e3c6 on cpnielsen:master into d5f4bc8 on garethr:master.

@garethr
Copy link
Collaborator

garethr commented Feb 24, 2018

Thanks, good tip. Appreciated.

@garethr garethr merged commit ad47e83 into instrumenta:master Feb 24, 2018
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.

None yet

3 participants