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
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
.bazelrc
.bazelversion
BUILD.bazel Remove defs.bzl usages 2024-11-06 07:35:53 -08:00
MODULE.bazel
README.md
quick_test.cc

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.