Skip to main content
Bazel Documentation home page
HEAD
English
Search...
⌘K
Module Registry
Blog
Github
Search...
Navigation
toolchain\_type
Tutorials
How-to Guides
Reference
Explanation
Build Encyclopedia
Bazel BUILD Encyclopedia of Functions
C / C++ Rules
Java Rules
Python Rules
Objective-C Rules
Protocol Buffer Rules
Shell Rules
Common definitions
General Rules
Extra Actions Rules
Make Variables
Language Reference
Language
.bzl style guide
One-Page Overview
Global functions
Technical Specifications
Bazel Glossary
Skyframe
Build Event Protocol
Build Event Protocol Examples
Build Event Protocol Glossary
Recommended Rules
Remote Execution Services
Style Guides
BUILD Style Guide
Bazel docs style guide
Releases & Compatibility
Release
Rolling
Backward Compatibility
Rule Compatibility
Getting Help
Getting Help
Policy
On this page
Members
mandatory
toolchain_type
toolchain\_type
A data type describing a dependency on a specific toolchain type.
Members
mandatory
toolchain_type
mandatory
Copy
Ask AI
bool toolchain_type.mandatory
Whether the toolchain type is mandatory or optional.
toolchain_type
Copy
Ask AI
Label toolchain_type.toolchain_type
The toolchain type that is required.
⌘I