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
Produce a fully static Linux binary using musl libc to eliminate glibc version dependencies. Currently binaries built on Ubuntu 24.04 fail on older systems (GLIBC_2.36/2.38 not found).
Acceptance Criteria
Alpine-based CI job builds h5cpp-compiler with musl
Binary is fully static (no dynamic libc dependency)
Produce a fully static Linux binary using musl libc to eliminate glibc version dependencies. Currently binaries built on Ubuntu 24.04 fail on older systems (GLIBC_2.36/2.38 not found).
Acceptance Criteria