pact-foundation / pact-reference

Reference implementations for the pact specifications
https://pact.io
MIT License
91 stars 46 forks source link

fix: build with glibc 2.28 for x86_64_gnu #412

Closed praveen-em closed 2 months ago

praveen-em commented 2 months ago

An attempt to fix https://github.com/pact-foundation/pact-js-core/issues/502 using cross.

YOU54F commented 2 months ago

I think the failure before was due to cross re-using deps in the target folder

the macos failure, is indeed due to binary content matching, and is due to macos-latest switching to arm based runners.

we can revert back to original behaviour by switching the macos-latest tag to macos-12

praveen-em commented 2 months ago

That makes sense! I saw your PR which is all green. I will close this one.