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 think it's unexpected all linux images are ubuntu, except x86_64-unknown-linux-gnu, I think this can be remedied by building two images: x86_64-unknown-linux-gnu and x86_64-unknown-linux-gnu.2.17
Thankfully, we have not published the centos change yet, so this can be remedied
Related to the glibc issue, I think we can remedy this by suggesting users use zig cc ala cargo-zigbuild. We can even use a similar approach setting *_CC to zig cc --target x86_64-linux-gnu.2.17 and make it easier for users of the x86_64-unknown-linux-gnu image to choose a glibc