rescript-labs / bs-let

A PPX for async/await (and general monadic binding) in ReasonML.
MIT License
139 stars 11 forks source link

Linux binary doesn't work on Alpine #14

Closed baransu closed 4 years ago

baransu commented 4 years ago

The same issue as graphql_ppx_re had. When building Linux binary it's linked in a way it's not working on alpine Linux. The solution is to build it using some alpine image with static linking. It will work on all popular Linux distributions then.

baransu commented 4 years ago

If you're interested I can submit PR with migration to GH Actions supporting it. It will also add Windows support.

/ cc @mrmurphy

mrmurphy commented 4 years ago

I'm so interested. Thank you!