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

migrate to Bazel 8 using bzlmod #528

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

mobileink
Copy link

This turns out to be trivial, no changes needed other than adding a MODULE.bazel file with a bazel_dep for skylib, and deletion of the WORKSPACE file.

If you want to support previous versions of Bazel you'd have to tell the user to use --enable_bzlmod or some such.

BTW thanks for making this available. I've been using version 2.0.3 for a few years, it's pretty amazing. I've been building it with Bazel and rules_foreign_cc, which usually took over a minute to compile. WIth the latest version and Bazel it take seconds. Yay!

@skvadrik skvadrik requested a review from helly25 January 31, 2025 18:54
WORKSPACE Show resolved Hide resolved
MODULE.bazel.lock Outdated Show resolved Hide resolved
* tested with Bazel 8.0.1 and 7.0.0 on linux and macos
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.

2 participants