Enabling repo_mapping
for the internal @bazel_tools
#26778
Closed
diegomarquezp
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is no longer possible at HEAD since WORKSPACE has already been deleted. In older Bazel release branches, like 7.5.0, we do use However, I guess |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi from googleapis/google-cloud-cpp.
In order to be compatible both with bzlmod and WORKSPACE, we had to use the
@com_google_protobuf
name across our build files because@bazel_tools
internally references this old name for protobuf and there seems to be the only name we can use to override its version. Is there any plan to enablerepo_mapping
inside@bazel_tools
in WORKSPACE mode despite the soon deprecation?Reference:
Beta Was this translation helpful? Give feedback.
All reactions