rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
198 stars 55 forks source link

Add some CI runner on top of musl libc #1832

Open ni4 opened 2 years ago

ni4 commented 2 years ago

Description

Musl behaviour could differ from libstdc at some cases, so we should run tests against it as well. See the https://github.com/rnpgp/rnp/pull/1830#issuecomment-1120208929

ronaldtse commented 2 years ago

Agree that we should support musl which is used in replacement of glibc on Alpine.

ronaldtse commented 2 years ago

@maxirmx with your experience on musl, would this be an easy add? Thanks!

maxirmx commented 2 years ago

I think it will take 2-3 days to add the workflow. This does not count for possible compatibility issues