Skip to content

Update Bazel version and dependencies #937

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

Merged
merged 5 commits into from
May 8, 2025

Conversation

farost
Copy link
Member

@farost farost commented May 8, 2025

Goal

Fix CI builds by updating Bazel dependencies.

Implementation

  • update Bazel dependencies, reusing rules from the most up-to-date repositories;
  • bump Bazel version to 6.2.0 to unblock dependency upgrade and match other maintained repositories;
  • partially clean up unused Bazel infrastructure.

@farost
Copy link
Member Author

farost commented May 8, 2025

@@ -36,32 +33,11 @@ filegroup(
visibility = ["//visibility:public"]
)

filegroup(
name = "autolink-keywords",
Copy link
Member Author

Choose a reason for hiding this comment

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

Does not seem to be used

visibility = ["//visibility:public"]
)

native_typedb_artifact(
Copy link
Member Author

Choose a reason for hiding this comment

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

It will be easy to readd it if needed


################################
# Load @vaticle_dependencies #
# Load @typedb_dependencies #
Copy link
Member Author

Choose a reason for hiding this comment

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

Still many unused rules, but I don't see a need to clean up everything completely now. It will be easier to add new things.

I know that it's generally bad practice and it's better to minimize things, but I don't really want to spend time on careful cleanup now. It's in sync with other repos, it already makes our lives better.

@alexjpwalker alexjpwalker merged commit 707a4ea into typedb:3.x-development May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants