You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to check what is required to build gollvm on Alpine linux (it has musl instead of glibc).
Look like recently revealed set of minimal requirements allowed to build the configuration file (for Ninja).
heading to check whether Ninja would compile.
I wasn't able to find a pre-compiled Clang 11, for Alpine - but Clang 10 was available, which was pre-compiled against musl (C++ standard library has to rely on musl, instead of glibc - as I suppose).
Maybe I would recompile Clang 11, for Alpine distro - but not today.
Must admit that CMake worked much faster, compared to Ubuntu.