Skip to content

Commit da30f00

Browse files
Remove obsolete incompatible_use_toolchain_transition (#988)
bazelbuild/bazel#14127 (comment)
1 parent fa9ed47 commit da30f00

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

swift/internal/swift_toolchain.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,5 @@ The version of XCTest that the toolchain packages.
465465
doc = "Represents a Swift compiler toolchain.",
466466
fragments = ["swift"],
467467
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
468-
incompatible_use_toolchain_transition = True,
469468
implementation = _swift_toolchain_impl,
470469
)

swift/internal/xcode_swift_toolchain.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,5 @@ for incremental compilation using a persistent mode.
830830
"swift",
831831
],
832832
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
833-
incompatible_use_toolchain_transition = True,
834833
implementation = _xcode_swift_toolchain_impl,
835834
)

0 commit comments

Comments
 (0)