Added incompatible_use_toolchain_transition = True per https://github.com/bazelbuild/bazel/issues/11584

pull/13171/head
Joshua Haberman 4 years ago
parent 7b4e376f79
commit 3a3efe69a2
  1. 2
      bazel/upb_proto_library.bzl

@ -267,6 +267,7 @@ _upb_proto_library_aspect = aspect(
attr_aspects = ["deps"],
fragments = ["cpp"],
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
incompatible_use_toolchain_transition = True,
)
upb_proto_library = rule(
@ -329,6 +330,7 @@ _upb_proto_reflection_library_aspect = aspect(
attr_aspects = ["deps"],
fragments = ["cpp"],
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
incompatible_use_toolchain_transition = True,
)
upb_proto_reflection_library = rule(

Loading…
Cancel
Save