-
-
Notifications
You must be signed in to change notification settings - Fork 632
Closed
Description
Every since 0.17.x has been released, none of version seem to work on bazel 5. I always get:
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.
- @bazel_skylib
This could either mean you have to add the '@bazel_skylib' 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
It would seem .17 has a new dependency. I already bring in gazelle so unless that is broken?
Metadata
Metadata
Assignees
Labels
No labels