aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Googler <no-reply@google.com>2024-02-09 09:56:05 -0800
committerBlaze Rules Copybara <blaze-rules+copybara@google.com>2024-02-12 08:46:07 -0800
commit546cc3b9f62ee9db9b81dc537452f39a97cbd5c6 (patch)
treeab759c0ebeaa91c0d7daad7ee671d101b56112e1
parente2928b5a1d2d52149d01f523c9ea5c83488f3eae (diff)
downloadbazelbuild-rules-proto-546cc3b9f62ee9db9b81dc537452f39a97cbd5c6.tar.gz
Internal change
PiperOrigin-RevId: 605659252
-rw-r--r--proto/private/rules/proto_toolchain_rule.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/private/rules/proto_toolchain_rule.bzl b/proto/private/rules/proto_toolchain_rule.bzl
index 70d55fc..949c79f 100644
--- a/proto/private/rules/proto_toolchain_rule.bzl
+++ b/proto/private/rules/proto_toolchain_rule.bzl
@@ -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 bazel_features.external_deps.module_extension_has_os_arch_dependent:
+ if True: # bazel_features.external_deps.module_extension_has_os_arch_dependent:
kwargs["allowlist_different_package"] = None
return [