0a34b7edf6
I ran into an issue where I had a `build_test` that was only compatible with a particular platform. I had annotated the target with `target_compatible_with` but continued to get builds on the incompatible platform. This came down to my `bazel test //...` invocation picking up the `{name}_{idx}__deps` targets and building the dependency anyway. This change updates these targets to account for newer common attributes and tags them as manual so they're only built when the user facing test target is built. |
||
---|---|---|
.. | ||
private | ||
BUILD | ||
analysis_test.bzl | ||
build_test.bzl | ||
common_settings.bzl | ||
copy_directory.bzl | ||
copy_file.bzl | ||
diff_test.bzl | ||
expand_template.bzl | ||
native_binary.bzl | ||
run_binary.bzl | ||
select_file.bzl | ||
write_file.bzl |