vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Try using Bazel Modules to clean up WORKSPACE files #451

Open alexjpwalker opened 1 year ago

alexjpwalker commented 1 year ago

Now that we're upgrading our repos to use Bazel 6, we have access to the powerful new Bazel Modules feature, which is supposed to be able to make the declaration of dependencies in WORKSPACE files, etc. sharply cleaner and more bulletproof.

We should investigate, and try using them ASAP. I'm hoping we'll be able to make our WORKSPACE files more maintainable and easy to work with.