Skip to content

Fix Bazel warnings #820

@mhucka

Description

@mhucka

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

Metadata

Metadata

Assignees

Labels

area/healthInvolves general matters of project configuration, health, maintenance, and similar concernsarea/installationInvolves installation of TFQpriority/p2Medium priority

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions