bazel-skylib/rules
kotlaja 0171c69e5c
Modify actions in order not to need `toolchain` param (#455)
All actions which use tool or executable for which is not clear if it comes from a toolchain, must set a `toolchain` parameter ( migration of Automatic Exec Groups). 

As we discussed internally, I've modified actions so that it's recognised that tools are not from the toolchain. Hence, there will not be an error which states `Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'.`. Hence, no need for the toolchain parameter.
2023-08-28 14:39:43 -04:00
..
private Modify actions in order not to need `toolchain` param (#455) 2023-08-28 14:39:43 -04:00
BUILD
analysis_test.bzl
build_test.bzl Avoid building build_test deps unnecessarily (#448) 2023-05-31 11:37:12 -04:00
common_settings.bzl Expose int- and string-valued build settings as Make variables (#440) 2023-08-22 19:41:36 +00:00
copy_directory.bzl
copy_file.bzl
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 Modify actions in order not to need `toolchain` param (#455) 2023-08-28 14:39:43 -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