1# Rule-based toolchains 2This example showcases a fully working rule-based toolchain for Linux. This also 3serves as an integration test to ensure rule-based toolchains continue to work 4as intended. 5 6The complete toolchain configuration lives [here](https://github.com/bazelbuild/rules_cc/tree/main/examples/rule_based_toolchain/toolchain). 7 8# Trying the example 9From this directory, you can run example tests that build using this toolchain 10with the following command: 11``` 12$ bazel test //... 13``` 14 15This example currently only supports Linux. 16