-
Notifications
You must be signed in to change notification settings - Fork 56
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
Improve support for alpine linux #675
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #675 +/- ##
==========================================
- Coverage 95.80% 92.84% -2.96%
==========================================
Files 61 68 +7
Lines 8143 9747 +1604
Branches 0 9747 +9747
==========================================
+ Hits 7801 9050 +1249
- Misses 342 407 +65
- Partials 0 290 +290 ☔ View full report in Codecov by Sentry. |
ecbb77e
to
e728d8a
Compare
I'm happy to report that this PR solves the problem I ran into with #658 |
844ab10
to
a176239
Compare
Issues:
Addresses: #658
Description of changes:
???-alpine-linux-musl
targets to the???-unknown-linux-musl
targets that we support.Testing:
CI Job added,
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.