Skip to content

Vendor bazel's starlark package#307

Open
keith wants to merge 7 commits into
google:masterfrom
keith:ks/vendor-starlark
Open

Vendor bazel's starlark package#307
keith wants to merge 7 commits into
google:masterfrom
keith:ks/vendor-starlark

Conversation

@keith

@keith keith commented Nov 25, 2024

Copy link
Copy Markdown
Contributor

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

keith commented Nov 25, 2024

Copy link
Copy Markdown
Contributor Author

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

Comment thread MODULE.bazel
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
Copy Markdown

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

@hsudhof

hsudhof commented Feb 25, 2026

Copy link
Copy Markdown
Collaborator

I think I did something similar, looking good?

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.

3 participants