2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-27 05:43:25 +00:00
bazel-skylib/rules/private
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
..
BUILD Use stricter execution requirements for copy actions (#372) 2022-06-10 16:23:43 +02:00
copy_common.bzl Allow sandboxing for copy_* and fix copy_directory tests (#392) 2022-09-02 10:42:43 -04:00
copy_directory_private.bzl Use stricter execution requirements for copy actions (#372) 2022-06-10 16:23:43 +02:00
copy_file_private.bzl Modify actions in order not to need toolchain param (#455) 2023-08-28 14:39:43 -04:00
maprule_util.bzl maprule: move functionality to maprule_util.bzl (#132) 2019-03-25 16:48:50 +01:00
write_file_private.bzl Bump stardoc dep to unbreak build with --experimental_enable_bzlmod (#398) 2022-10-03 05:13:46 -04:00