Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Update Bazel CC-using rules to use the toolchain transition.
Browse files Browse the repository at this point in the history
This is phase 2 of of the switch to toolchain transitions. See bazelbuild/bazel#11584 for details.

PiperOrigin-RevId: 338462410
(cherry picked from commit 06d3ebf)
  • Loading branch information
Googler authored and keith committed Jan 7, 2021
1 parent b041fab commit 94beef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TulsiGenerator/Bazel/tulsi/tulsi_aspects.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,7 @@ tulsi_sources_aspect = aspect(
)),
},
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
incompatible_use_toolchain_transition = True,
fragments = [
"apple",
"cpp",
Expand Down

0 comments on commit 94beef0

Please sign in to comment.