bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
376 stars 179 forks source link

Support passing arguments to run_binary via param file #492

Open vejbomar opened 4 months ago

vejbomar commented 4 months ago

Allows to use run_binary in the case when the size of the command line can grow longer than the maximum size allowed by the system. We're currently hitting command line limits in our build setup.

Implementation inspired from Scala rules.