haskell-actions / setup

Setting up GHC, cabal, stack on for Haskell-related CIs
MIT License
35 stars 12 forks source link

musl libc support? #69

Open l29ah opened 5 months ago

l29ah commented 5 months ago

It would be great if there was a way to specify musl as libc for the build, so that the CI could produce statically linked executables that could be ran on any distro, without regard to the libc sort and version used (that is a problem with glibc).

andreasabel commented 5 months ago

How do you envision this to work? Can you get this by running your CI in an Alpine container?