-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
enhancement: notify if installing on Alpine #233
Comments
Hi! My current approach and solution is like this :-
All of those steps happen on running pact-go install My concerns about the above approach :-
|
Thanks for picking this up - much appreciated! What's the point of step (2) sorry?
I think we should print a The main issue with alpine is not simply alpine, but it's use of the musl library. So another approach could be to detect the presence of musl (or absence of glibc). There are various ways to do that, but executing |
Thank you for the input!
I was printing the
I see, this approach is way better than mine. Thanks! |
No worries, thanks! |
Solution merged in #246 |
Alpine is not officially supported, and is fraught with problems due to its use of musl over glibc.
See also pact-foundation/pact-net#387 (comment).
If we can detect the alpine OS at
pact-go install
(or other CLI calls) we could print out a notice warning users of potential issues.The text was updated successfully, but these errors were encountered: