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
  • Loading branch information
Googler authored and ivanhernandez13 committed Dec 2, 2020
1 parent 559c696 commit 06d3ebf
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 @@ -1178,6 +1178,7 @@ tulsi_sources_aspect = aspect(
)),
},
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
incompatible_use_toolchain_transition = True,
fragments = [
"apple",
"cpp",
Expand Down

1 comment on commit 06d3ebf

@keith
Copy link
Member

@keith keith commented on 06d3ebf Jan 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.