bazel-skylib/tests/run_binary
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 Modify actions in order not to need `toolchain` param (#455) 2023-08-28 14:39:43 -04:00
printargs.cc run_binary: runs an executable as an action (#153) 2019-05-21 14:46:09 +02:00