bazel-skylib/rules
UebelAndre 0a34b7edf6
Avoid building build_test deps unnecessarily (#448)
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.
2023-05-31 11:37:12 -04:00
..
private Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
BUILD Add copy_directory rule (#366) 2022-06-01 09:58:09 +02:00
analysis_test.bzl Fix linter warnings with new buildifier version. (#349) 2022-02-10 14:50:56 -05:00
build_test.bzl Avoid building build_test deps unnecessarily (#448) 2023-05-31 11:37:12 -04:00
common_settings.bzl Make settings error message more friendly (#394) 2022-09-05 16:17:20 -04:00
copy_directory.bzl Add copy_directory rule (#366) 2022-06-01 09:58:09 +02:00
copy_file.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00
diff_test.bzl Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
expand_template.bzl Fix spelling (#445) 2023-04-26 21:55:09 -04:00
native_binary.bzl Add missing docs and doc links; update bazel.build links (#387) 2022-09-01 08:19:43 -04:00
run_binary.bzl Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00
select_file.bzl Add missing docs and doc links; update bazel.build links (#387) 2022-09-01 08:19:43 -04:00
write_file.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00