vaticle / bazel-distribution

Bazel rules for assembling and deploying software distributions (see @vaticle for usage example)
https://bazel.build
Apache License 2.0
155 stars 53 forks source link

Migrate to bzlmod, bump deps #402

Open agluszak opened 4 months ago

agluszak commented 4 months ago

What is the goal of this PR?

Bzlmod migration.

What are the changes implemented in this PR?

All rulesets used have been bumped, WORKSPACE file has been removed. Closes #370. The next step would be to publish this repo to BCR

vaticle-bot commented 4 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture

mgosk commented 3 months ago

+1 for merging this PR into master branch. I am already using this change from PR branch.

alexjpwalker commented 3 weeks ago

Thanks for the submission. I'm all for Bzlmod migration and this is something we have previously looked into. However it may take some time for the entire org to be ready for migration (and the upgrade to Bazel 7) as we have at least 20 repositories that would need to be migrated. Please continue to depend on your fork for now and we'll revisit this further down the line!