-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix some tests in preparation for --incompatible_load_proto_rules_from_bzl #9002
Conversation
…oto_rules_from_bzl
@@ -465,6 +465,22 @@ http_archive( | |||
EOF | |||
} | |||
|
|||
function add_rules_java_to_workspace() { |
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.
Why does rules_java need to be added?
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.
rules_java will be a dependency of protobuf after #9001.
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.
That raises quite a few questions wrt. dependency management, but all of them are out of scope for this pull request and let's try to fix problems one at a time. Approved!
(It appears that a lot of tests are still broken. Is this ready for review?) |
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.
This change is ready for review. Thanks!
@@ -465,6 +465,22 @@ http_archive( | |||
EOF | |||
} | |||
|
|||
function add_rules_java_to_workspace() { |
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.
rules_java will be a dependency of protobuf after #9001.
FYI: I got into some trouble with keeping our internal integration tests green with this change. Stay tuned! |
Update: I'll revert the changes in |
No description provided.