bazel-contrib / bazel-lib

Common useful functions for writing BUILD files and Starlark macros/rules
Apache License 2.0
140 stars 90 forks source link

feat: add option to include runfiles during run_binary #934

Open jrandolf opened 2 months ago

jrandolf commented 2 months ago

If the binary is a bundler (e.g. rollup, next, etc.), usually they need access to the runfiles to achieve their task.