You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was intentionally removed in #12431. Being a major release, 5.x will contain backwards incompatible changes, so you should look into migrating off that flag.
@Wyverald I have the same issue when I upgrade bazel to 5.x. It really bothers us because many projects relay on an older version of protobuf. They need this flag to be used on higher version of bazel. Why not add this flag back for backward compatibility?
Description of the problem / feature request:
ERROR: --noincompatible_blacklisted_protos_requires_proto_info :: Unrecognized option: --noincompatible_blacklisted_protos_requires_proto_info
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
bazel build --noincompatible_blacklisted_protos_requires_proto_info
What operating system are you running Bazel on?
Ubuntu 18.04.3 LTS
What's the output of
bazel info release
?bazel-5.0.0rc3 and bazel-5.0.0-pre.20211011.2
Have you found anything relevant by searching the web?
the same question here
#13572 (comment)
while the flag is supported in bazel-4.x, will it be added into 5.x later?
The text was updated successfully, but these errors were encountered: