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

Vendor bazel's starlark package #307

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

Conversation

keith
Copy link
Contributor

@keith keith commented Nov 25, 2024

This resolves the TODO in the MODULE.bazel by coping over the current bazel starlark package. This allows us to remove pulling bazel at build time and having a separate maven repo for it.

@keith
Copy link
Contributor Author

keith commented Nov 25, 2024

If folks are open to this reviewing commit by commit is easiest

@@ -13,9 +13,6 @@ bazel_dep(name = "rules_license", version = "0.0.8")
bazel_dep(name = "rules_pkg", version = "0.10.1")
bazel_dep(name = "rules_python", version = "0.31.0")

non_module_deps = use_extension("//:repositories.bzl", "non_module_deps")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps rules_python dependency can be dropped as well? It seems it's only needed by io_bazel and not referenced in this repo

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