rules_cc/examples/rule_based_toolchain
Googler 7e5f6a9391 Remove defs.bzl usages
BEGIN_PUBLIC
Remove defs.bzl usages
END_PUBLIC

PiperOrigin-RevId: 693709660
Change-Id: I1c92999e23c153f865ad68ab802d907abaea74eb
2024-11-06 07:35:53 -08:00
..
constraint Run buildifier 2024-10-03 10:27:34 -07:00
dynamic_answer Remove defs.bzl usages 2024-11-06 07:35:53 -08:00
static_answer Remove defs.bzl usages 2024-11-06 07:35:53 -08:00
toolchain Deduplicate tools for `cc_tool_map` 2024-10-15 14:30:10 +02: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 Remove defs.bzl usages 2024-11-06 07:35:53 -08: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.