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
ERROR: no such package 'fuzztest': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /path/to/my/workspace/fuzztest
ERROR: /path/to/my/workspace/some/package/BUILD:122:28: no such package 'fuzztest': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /path/to/my/workspace/fuzztest and referenced by '//some/package:some_grammar'
ERROR: Analysis of target '//some/package:some_grammar' failed; build aborted: Analysis failed
The linked PR fixes the issue.
The text was updated successfully, but these errors were encountered:
racko
changed the title
cc_fuzztest_grammar_library bazel rule cannot be used outside of com_google_fuzztest repo
cc_fuzztest_grammar_library bazel macro cannot be used outside of com_google_fuzztest repo
Jan 17, 2024
results in
The linked PR fixes the issue.
The text was updated successfully, but these errors were encountered: