Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: e8cec34c39cd2f30b98d1d98e9a297066c918ab3
https://github.com/openssl/openssl/commit/e8cec34c39cd2f30b98d1d98e9a297066c918ab3
Author: Sam James <[email protected]>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M .github/workflows/os-zoo.yml
Log Message:
-----------
CI: Add Alpine (musl)
I'm not intending to add every single possible combination of distros
to compiler-zoo, but I think this one is worthwhile.
musl tends to be Different Enough (TM) to allow problems to be found,
in particular (but not limited to) its malloc implementation ("mallocng").
It's also quite a common environment, especially in containers, so
I think it's worth testing on.
Signed-off-by: Sam James <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Hugo Landau <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19577)