bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
311 stars 135 forks source link

Remove unnecessary uses of `ctx.resolve_tools`. #1183

Closed tjgq closed 5 months ago

tjgq commented 5 months ago

We'd like to retire this API, which is redundant with the executable and tools arguments to ctx.actions.run|run_shell.