Skip to content

Commit b7b640b

Browse files
Stop setting toolchains where not used (#2738)
Fixes an issue with multi-platform builds and rules_cc 0.1.2. Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent 3453bc0 commit b7b640b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apple/internal/rule_factory.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ def _create_apple_test_rule(*, doc, implementation, platform_type):
184184
"@platforms//os:macos",
185185
],
186186
test = True,
187-
toolchains = use_cpp_toolchain(),
188187
)
189188

190189
rule_factory = struct(

0 commit comments

Comments
 (0)