Skip to content
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 Bazel warnings #820

Open
mhucka opened this issue Dec 4, 2024 · 0 comments
Open

Fix Bazel warnings #820

mhucka opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
area/code-health Concerns stability, quality, technical debt, etc. area/installation Concerns installation of TFQ priority/p2 Next release should contain it

Comments

@mhucka
Copy link
Member

mhucka commented Dec 4, 2024

Currently, building TFQ results in several Bazel warnings indicating minor issues with the build files. These are easy to fix, and doing so would reduce the noise in the logs.

Here's an example:

WARNING: /home/runner/.bazel/external/local_config_tf/BUILD:10860:8: target 'libtensorflow_framework.so' is both a rule and a file; please choose another name for the rule
WARNING: /home/runner/.bazel/external/local_config_tf/BUILD:10870:8: target 'test_log_pb2.py' is both a rule and a file; please choose another name for the rule
@mhucka mhucka added area/code-health Concerns stability, quality, technical debt, etc. area/installation Concerns installation of TFQ labels Dec 4, 2024
@mhucka mhucka added the priority/p2 Next release should contain it label Dec 4, 2024
@mhucka mhucka self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/code-health Concerns stability, quality, technical debt, etc. area/installation Concerns installation of TFQ priority/p2 Next release should contain it
Projects
Development

No branches or pull requests

1 participant