• Home
Name Date Size #Lines LOC

..--

constraint/04-Jul-2025-6657

dynamic_answer/04-Jul-2025-9654

static_answer/04-Jul-2025-8343

toolchain/04-Jul-2025-411360

.bazelrcD04-Jul-202589 32

.bazelversionD04-Jul-20256 21

BUILD.bazelD04-Jul-2025879 2925

MODULE.bazelD04-Jul-20251.5 KiB4538

README.mdD04-Jul-2025540 1612

quick_test.ccD04-Jul-2025835 279

README.md

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