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

fix: CGO_ENABLED=0 for statically-linked builds #1102

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

toddbaert
Copy link
Member

Removes the dependency on native c-libs for more portability.

This is already done in the docker builds, updates were only needed for bins. Tested this locally by mounting it into an old Ubuntu and it resolved the issue.

Fixes: #878

@toddbaert toddbaert requested a review from a team as a code owner December 21, 2023 19:44
Copy link

netlify bot commented Dec 21, 2023

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
🔨 Latest commit 0f2b258
🔍 Latest deploy log https://app.netlify.com/sites/polite-licorice-3db33c/deploys/658495959a0a3f00082f6c7f

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e9728aa) 73.53% compared to head (0f2b258) 73.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1102      +/-   ##
==========================================
- Coverage   73.53%   73.43%   -0.10%     
==========================================
  Files          32       32              
  Lines        3113     3113              
==========================================
- Hits         2289     2286       -3     
- Misses        717      719       +2     
- Partials      107      108       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@toddbaert toddbaert merged commit ada40a6 into main Dec 21, 2023
14 of 15 checks passed
@toddbaert toddbaert deleted the fix/statically-link-c branch December 21, 2023 19:47
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.

[BUG] FlagD Binary not working on Ubuntu 20.X or Debian bullsyeye
2 participants