rules_cc/examples/rule_based_toolchain
Armando Montanez e8989401d5 Address more comments 2024-10-03 19:48:19 -07:00
..
constraint Run buildifier 2024-10-03 10:27:34 -07:00
dynamic_answer Address more comments 2024-10-03 19:48:19 -07:00
static_answer Address more comments 2024-10-03 19:48:19 -07:00
toolchain Address more comments 2024-10-03 19:48:19 -07:00
.bazelrc Remove experimental_enable_rule_based_toolchains 2024-10-02 15:56:21 -07:00
.bazelversion Rule-based toolchain example 2024-09-06 11:08:58 -07:00
BUILD.bazel Address more comments 2024-10-03 19:48:19 -07:00
MODULE.bazel Reorganize to address review feedback 2024-10-03 10:04:23 -07:00
README.md Reorganize to address review feedback 2024-10-03 10:04:23 -07:00
quick_test.cc Add copyright headers 2024-09-09 08:30:27 -07:00

README.md

Rule-based toolchains

This example showcases a fully working rule-based toolchain for Linux. This also serves as an integration test to ensure rule-based toolchains continue to work as intended.

The complete toolchain configuration lives here.

Trying the example

From this directory, you can run example tests that build using this toolchain with the following command:

$ bazel test //...

This example currently only supports Linux.