ToolchainContext

Report an issue View source Nightly · 7.2 · 7.1 · 7.0 · 6.5 · 6.4

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