bazel_platforms_examples icon indicating copy to clipboard operation
bazel_platforms_examples copied to clipboard

This repo contains a collection of examples demonstrating how to use various Bazel concepts related to platforms, toolchains, configurations, and configurable attributes.

Results 2 bazel_platforms_examples issues
Sort by recently updated
recently updated
newest added

The readme says: bazel build //examples/08_using_build_setting:a ... I believe that should be :everything instead of :a Nice examples, btw, thanks.

I'm in favor of deleting the --define/select() example because build settings can accomplish the same thing and are basically the new and improved --define. But if reviewers think we should...