Skip to content

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

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")
Copy link
Contributor

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