Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 605709690
  • Loading branch information
A Googler authored and Blaze Rules Copybara committed Feb 12, 2024
1 parent 546cc3b commit d776e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/private/rules/proto_toolchain_rule.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _impl(ctx):
# just use module_extension_has_os_arch_dependent which checks if Bazel version >= 6.4.0
# See: https://github.com/protocolbuffers/protobuf/pull/14590#discussion_r1398778415
# See: https://github.com/bazel-contrib/bazel_features/blob/443861571a389ddc16d17690ab8e46ee87b4ea57/features.bzl#L25C5-L25C43
if True: # bazel_features.external_deps.module_extension_has_os_arch_dependent:
if bazel_features.external_deps.module_extension_has_os_arch_dependent:
kwargs["allowlist_different_package"] = None

return [
Expand Down

0 comments on commit d776e6e

Please sign in to comment.