This repository was archived by the owner on May 16, 2025. It is now read-only.
This repository was archived by the owner on May 16, 2025. It is now read-only.
Remove explicit OS/libc versions in CI workflows #44
Open
Description
Two things:
- The defaults are already the minimum version supported by the Zig standard library abstractions.
- Our choice of supporting glibc all the way back to 2.17 is unsupported by the Zig standard library.
So just avoid specifying versions altogether.
This might require some changes done in ziglang/zig#20909 so will be done with Zig 0.14.0.