Skip to content

Commit

Permalink
Remove uses of incompatible_use_toolchain_transition now that it is…
Browse files Browse the repository at this point in the history
… enabled by default. (#726)

This is a step towards removing it entirely.

PiperOrigin-RevId: 406230375
(cherry picked from commit d1ba795)

Co-authored-by: Googler <noreply@google.com>
  • Loading branch information
brentleyjones and Googler authored Mar 13, 2024
1 parent 477df3a commit 90cf746
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion swift/internal/swift_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,5 @@ The version of XCTest that the toolchain packages.
doc = "Represents a Swift compiler toolchain.",
fragments = [] if bazel_features.cc.swift_fragment_removed else ["swift"],
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
incompatible_use_toolchain_transition = True,
implementation = _swift_toolchain_impl,
)
1 change: 0 additions & 1 deletion swift/internal/xcode_swift_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,5 @@ for incremental compilation using a persistent mode.
"objc",
] + ([] if bazel_features.cc.swift_fragment_removed else ["swift"]),
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
incompatible_use_toolchain_transition = True,
implementation = _xcode_swift_toolchain_impl,
)

0 comments on commit 90cf746

Please sign in to comment.