-
Notifications
You must be signed in to change notification settings - Fork 49
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
Build Linux release binaries with the musl library #413
Conversation
Codecov Report
@@ Coverage Diff @@
## master #413 +/- ##
=======================================
Coverage 22.18% 22.18%
=======================================
Files 45 45
Lines 5797 5797
Branches 822 822
=======================================
Hits 1286 1286
Misses 3988 3988
Partials 523 523 Continue to review full report at Codecov.
|
2a474b1
to
5a30dfc
Compare
3cf5e09
to
1882667
Compare
To build correctly the
As stated by this discussion also: tree-sitter/tree-sitter#794 (reply in thread) |
f05288a
to
d2a86ff
Compare
This PR fixes #413.
Using musl avoids that binaries don't run because of some not updated dependencies.