Hi,
I am trying out the new quay.io/pypa/musllinux_1_1_x86_64 image from #1135 but the C++ compiler does not yet seem to work: #1135 (comment)
I tried compiling a simple c++/g++ hello world with this image.
It looks like g++ is not fully set up yet:
$ c++ main.cpp
ld: cannot find -lm
collect2: error: ld returned 1 exit status
I searched for a libm in the / dir and cannot find one. Adding -static also does not solve the problem.
Is something still missing for C++ builds in this base image? :)
cc @lkollar