-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
RFC: Support Alpine Linux #453
Comments
Tried this out https://github.com/YOU54F/pact-go/actions/runs/10728828875/job/29754218172 works fine on the consumer side, but getting segfaults in the provider side. I have a hunch its relating to the proxy code
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rationale
We have warnings in the code, if on Alpine - See #246
but we now have native musl based shared libraries for the pact_ffi
https://github.com/pact-foundation/pact-reference/releases/tag/libpact_ffi-v0.4.23
It would be nice to add proper support for these variants in pact-go
Approach
pact-go/Makefile
Lines 39 to 58 in a1e63fc
pact-go/.github/workflows/test.yml
Lines 69 to 82 in a1e63fc
The text was updated successfully, but these errors were encountered: