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
What version of protobuf and what language are you using?
Version: main
What did you do?
bazel query @utf8_range//...
What did you expect to see
This should succeed without errors.
What did you see instead?
Bazel cannot find @rules_fuzzing.
ERROR: error loading package '@utf8_range//fuzz': Unable to find package for @rules_fuzzing//fuzzing:cc_defs.bzl: The repository '@rules_fuzzing' could not be resolved: Repository '@rules_fuzzing' is not defined.
Anything else we should know about your project / environment
This can be easily fixed by adding @rules_fuzzing into the workspace_deps.bzl of utf8_range. I've filed an issue with that project and posted a patch for the fix. #14705
The text was updated successfully, but these errors were encountered:
What version of protobuf and what language are you using?
Version: main
What did you do?
What did you expect to see
This should succeed without errors.
What did you see instead?
Bazel cannot find @rules_fuzzing.
Anything else we should know about your project / environment
This can be easily fixed by adding @rules_fuzzing into the
workspace_deps.bzl
of utf8_range. I've filed an issue with that project and posted a patch for the fix.#14705
The text was updated successfully, but these errors were encountered: