From d776e6ee4fe14d1a1a61c17e23798972bc617a95 Mon Sep 17 00:00:00 2001 From: A Googler Date: Fri, 9 Feb 2024 13:00:00 -0800 Subject: Internal change PiperOrigin-RevId: 605709690 --- proto/private/rules/proto_toolchain_rule.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/private/rules/proto_toolchain_rule.bzl b/proto/private/rules/proto_toolchain_rule.bzl index 949c79f..70d55fc 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 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 [ -- cgit v1.2.3