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

Riegeli depends on deprecated target @com_google_protobuf//:cc_wkt_protos #11

Closed
blais opened this issue Jul 25, 2020 · 0 comments
Closed

Comments

@blais
Copy link

blais commented Jul 25, 2020

I'm getting annoying warnings from the Riegeli build depending on protobuf targets that were deprecated, like this:

WARNING: /home/blais/.cache/bazel/_bazel_blais/7d265136e440aae0298519930a834a34/external/com_google_riegeli/riegeli/records/BUILD:45:11: in cc_library rule @com_google_riegeli//riegeli/records:record_reader: target '@com_google_riegeli//riegeli/records:record_reader' depends on deprecated target '@com_google_protobuf//:cc_wkt_protos': Only for backward compatibility. Do not use.
WARNING: /home/blais/.cache/bazel/_bazel_blais/7d265136e440aae0298519930a834a34/external/com_google_riegeli/riegeli/records/BUILD:7:11: in cc_library rule @com_google_riegeli//riegeli/records:record_writer: target '@com_google_riegeli//riegeli/records:record_writer' depends on deprecated target '@com_google_protobuf//:cc_wkt_protos': Only for backward compatibility. Do not use.

Is it possible to update the targets to link against non-deprecated code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant