Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly convert depset to list (#761)
This will be required by Bazel 0.27, where the flag `--incompatible_no_support_tools_in_action_inputs` will be on by default. The function `collect_plugin_paths` iterates over its argument, so we need to flatten the depset.
- Loading branch information