Back to Bazel

ToolchainContext

docs/versions/6.2.0/rules/lib/ToolchainContext.mdx

9.2.0571 B
Original Source
<html devsite> <head> <meta name="project_path" value="/_project.yaml"> <meta name="book_path" value="/versions/6.2.0/_book.yaml"> </head> <body> <h1 class="page-title" id="modules.ToolchainContext">ToolchainContext</h1> <!-- {% raw %} -->

Holds toolchains available for a particular exec group. Toolchain targets are accessed by indexing with the toolchain type, as in <code>ctx.toolchains["//pkg:my_toolchain_type"]</code>. If the toolchain was optional and no toolchain was resolved, this will return <code>None</code>.

</body> </html> <!-- {% endraw %} -->