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
When I try to include the latest version (0.5.2), I get the following error:
ERROR: Failed to load Starlark extension '@@rules_python_internal//:rules_python_config.bzl'.
Cycle in the workspace file detected. This indicates that a repository is used prior to being defined.
The following chain of repository dependencies lead to the missing definition.
- @@rules_python_internal
This could either mean you have to add the '@@rules_python_internal' repository with a statement like `http_archive` in your WORKSPACE file (note that transitive dependencies are not added automatically), or move an existing definition earlier in your WORKSPACE file.
ERROR: Error computing the main repository mapping: cycles detected during computation of main repo mapping
Expected Behavior
rules_fuzzing works as expected.
Actual Behavior
When I try to include the latest version (0.5.2), I get the following error:
Reverting to 0.4.2 resolves the issue.
Steps to Reproduce the Problem
bazel build --config=libfuzzer <target>
Specifications
The text was updated successfully, but these errors were encountered: