Skip to content

Adopt Zig Package Manager, drop most submodules #603

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

Merged
merged 34 commits into from
Oct 2, 2023
Merged

Adopt Zig Package Manager, drop most submodules #603

merged 34 commits into from
Oct 2, 2023

Conversation

mitchellh
Copy link
Contributor

This adopts the Zig Package Manager. The Zig package manager is used for all dependency build steps, but we have to keep a few submodules around because they contain symlinks (upstream issue: ziglang/zig#16678). Once the upstream issue is fixed, we'll be able to drop all Git submodules. Regardless, we went from a dozen submodules down to 2.

There shouldn't be any notice-able change, all the zig build commands are the same. Zig will now handle downloading dependencies, though.

@mitchellh mitchellh merged commit e6128f3 into main Oct 2, 2023
@mitchellh mitchellh deleted the zig-pkg2 branch October 2, 2023 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant