-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[ci] point refresh compile commands to :ray_pkg_zip #56004
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
deprecating `:ray_pkg` rule Signed-off-by: Lonnie Liu <[email protected]>
@dayshah could you check if this change works? I am not really sure how to use or test this |
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.
Code Review
This pull request updates the refresh_compile_commands
target in BUILD.bazel
to point to //:ray_pkg_zip
instead of //:ray_pkg
. This change is part of the effort to deprecate the :ray_pkg
rule. The new target, :ray_pkg_zip
, is a more direct dependency for the C++ compilation actions that refresh_compile_commands
needs to extract, making the build configuration cleaner and more accurate. The change is correct and improves the build system's maintainability. I have no further comments.
do we need to change this? are we killing the ray_pkg target entirely? |
yes. |
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.
🚢
for context, the issue with if I understand how |
ya will have the same effect |
deprecating
:ray_pkg
rule