Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove explicit OS/libc versions in CI workflows #44

Open
alexrp opened this issue Aug 21, 2024 · 0 comments
Open

Remove explicit OS/libc versions in CI workflows #44

alexrp opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
area: infrastructure Issues related to infrastructure (GitHub, CI, etc). state: blocked Issues that are blocked on some other issue/work. type: housekeeping Issues that are classified as cleanup or refactoring work.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Aug 21, 2024

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.

@alexrp alexrp added area: infrastructure Issues related to infrastructure (GitHub, CI, etc). state: blocked Issues that are blocked on some other issue/work. type: housekeeping Issues that are classified as cleanup or refactoring work. labels Aug 21, 2024
@alexrp alexrp added this to the v1.0 milestone Aug 21, 2024
@alexrp alexrp self-assigned this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: infrastructure Issues related to infrastructure (GitHub, CI, etc). state: blocked Issues that are blocked on some other issue/work. type: housekeeping Issues that are classified as cleanup or refactoring work.
Projects
None yet
Development

No branches or pull requests

1 participant