ToolchainContext

Report an issue View source Nightly · 8.0 · 7.5 · 7.4 · 7.3 · 7.2

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.