-
Notifications
You must be signed in to change notification settings - Fork 73
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
Conversation
The build is fixed: https://github.com/typedb/typedb-docs/tree/update-typedb-dependencies |
@@ -36,32 +33,11 @@ filegroup( | |||
visibility = ["//visibility:public"] | |||
) | |||
|
|||
filegroup( | |||
name = "autolink-keywords", |
There was a problem hiding this comment.
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( |
There was a problem hiding this comment.
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 # |
There was a problem hiding this comment.
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.
Goal
Fix CI builds by updating Bazel dependencies.
Implementation
6.2.0
to unblock dependency upgrade and match other maintained repositories;