Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Label(...).workspace_name with explicit repo name
With the repository mappings used by bzlmod, the Label(...).workspace_name construct always returns the canonical, post-repo mapping repo name, which can't be used to construct a valid label. Until bazelbuild/bazel#15593 has been fixed, we have to hardcode the non-canonical repo name here.
- Loading branch information